#430878

Color #430878 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #430878

Tints of Indigo #430878

Color information

#430878 (or 0x430878) is unknown color: approx Indigo. HEX triplet: 43, 08 and 78. RGB value is (67,8,120). Sum of RGB (Red+Green+Blue) = 67+8+120=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #430878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430878 is #BCF787. Grayscale: #262626. Windows color (decimal): -12384136 or 7866435. OLE color: 7866435.

HSL color Cylindrical-coordinate representation of color #430878: hue angle of 271.61º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430878 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB678120-
CMYK0.440.9300.53
HSL271.61º87.5%25.1%-
HSV(B)271.61º93.33%47.06%-
XYZ5.792.7217.99-
YUV38.41174.05148.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 34.36%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 120 (47.27% from 255) = 61.54%
R=34.36%
G=4.10%
B=61.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6781200.440.9300.53271.6187.525.1
Hex438782C5D0351105819
Octal103101705413506542013031
Binary10000111000111100010110010111010110101100010000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430878; }

 p { color: rgb(67,8,120); }

 H1.HeaderClassName
 {
   color: #430878;
 }
 .AnyTagClassName
 {
   color: #430878;
 }
</style>
background-color css

<style>
 a { background-color: #430878; }

 a { background-color: rgb(67,8,120); }

 div.DivClassName
 {
   background-color: #430878;
 }
 .BgClassName
 {
   background-color: #430878;
 }
</style>
border-color css

<style>
 span { border-color: #430878; }

 span { border-color: rgb(67,8,120); }

 td.TdClassName
 {
   border-color: #430878;
 }
 .TagClassName
 {
   border-color: #430878;
 }
</style>