#430287

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

Shades of Indigo #430287

Tints of Indigo #430287

Color information

#430287 (or 0x430287) is unknown color: approx Indigo. HEX triplet: 43, 02 and 87. RGB value is (67,2,135). Sum of RGB (Red+Green+Blue) = 67+2+135=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #430287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430287 is #BCFD78. Grayscale: #242424. Windows color (decimal): -12385657 or 8847939. OLE color: 8847939.

HSL color Cylindrical-coordinate representation of color #430287: hue angle of 269.32º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430287 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB672135-
CMYK0.500.9900.47
HSL269.32º97.08%26.86%-
HSV(B)269.32º98.52%52.94%-
XYZ6.712.9923.14-
YUV36.6183.53149.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.84%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 135 (53.12% from 255) = 66.18%
R=32.84%
G=0.98%
B=66.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6721350.500.9900.47269.3297.0826.86
Hex43287326302F10d611b
Octal10322076214305741514133
Binary1000011101000011111001011000110101111100001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430287; }

 p { color: rgb(67,2,135); }

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

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

 a { background-color: rgb(67,2,135); }

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

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

 span { border-color: rgb(67,2,135); }

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