#430B9E

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

Shades of Indigo #430B9E

Tints of Indigo #430B9E

Color information

#430B9E (or 0x430B9E) is unknown color: approx Indigo. HEX triplet: 43, 0B and 9E. RGB value is (67,11,158). Sum of RGB (Red+Green+Blue) = 67+11+158=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #430B9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430B9E is #BCF461. Grayscale: #2B2B2B. Windows color (decimal): -12383330 or 10357571. OLE color: 10357571.

HSL color Cylindrical-coordinate representation of color #430B9E: hue angle of 262.86º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430B9E is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6711158-
CMYK0.580.9300.38
HSL262.86º86.98%33.14%-
HSV(B)262.86º93.04%61.96%-
XYZ8.613.932.65-
YUV44.5192.05144.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.39%
GREEN value IS 11 (4.69% from 255) = 4.66%
BLUE value IS 158 (62.11% from 255) = 66.95%
R=28.39%
G=4.66%
B=66.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal67111580.580.9300.38262.8686.9833.14
Hex43B9E3A5D0261075721
Octal103132367213504640712741
Binary1000011101110011110111010101110101001101000001111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430B9E; }

 p { color: rgb(67,11,158); }

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

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

 a { background-color: rgb(67,11,158); }

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

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

 span { border-color: rgb(67,11,158); }

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