#430391

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

Shades of Indigo #430391

Tints of Indigo #430391

Color information

#430391 (or 0x430391) is unknown color: approx Indigo. HEX triplet: 43, 03 and 91. RGB value is (67,3,145). Sum of RGB (Red+Green+Blue) = 67+3+145=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #430391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430391 is #BCFC6E. Grayscale: #252525. Windows color (decimal): -12385391 or 9503555. OLE color: 9503555.

HSL color Cylindrical-coordinate representation of color #430391: hue angle of 267.04º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430391 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB673145-
CMYK0.540.9800.43
HSL267.04º95.95%29.02%-
HSV(B)267.04º97.93%56.86%-
XYZ7.463.327.03-
YUV38.32188.2148.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 145 (57.03% from 255) = 67.44%
R=31.16%
G=1.40%
B=67.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6731450.540.9800.43267.0495.9529.02
Hex43391366202B10b601d
Octal10332216614205341314035
Binary1000011111001000111011011000100101011100001011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430391; }

 p { color: rgb(67,3,145); }

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

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

 a { background-color: rgb(67,3,145); }

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

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

 span { border-color: rgb(67,3,145); }

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