#430CA0

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

Shades of Indigo #430CA0

Tints of Indigo #430CA0

Color information

#430CA0 (or 0x430CA0) is unknown color: approx Indigo. HEX triplet: 43, 0C and A0. RGB value is (67,12,160). Sum of RGB (Red+Green+Blue) = 67+12+160=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 160 (62.89% from 255 or 66.95% from 239); Max value from RGB is 160 - color contains mainly: blue. Hex color #430CA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430CA0 is #BCF35F. Grayscale: #2C2C2C. Windows color (decimal): -12383072 or 10488899. OLE color: 10488899.

HSL color Cylindrical-coordinate representation of color #430CA0: hue angle of 262.3º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430CA0 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6712160-
CMYK0.580.9300.37
HSL262.3º86.05%33.73%-
HSV(B)262.3º92.5%62.75%-
XYZ8.793.9933.57-
YUV45.32192.72143.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.03%
GREEN value IS 12 (5.08% from 255) = 5.02%
BLUE value IS 160 (62.89% from 255) = 66.95%
R=28.03%
G=5.02%
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.37
SystemRedGreenBlueCMYKHSL
Decimal67121600.580.9300.37262.386.0533.73
Hex43CA03A5D0251065622
Octal103142407213504540612642
Binary1000011110010100000111010101110101001011000001101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,12,160); }

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

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

 a { background-color: rgb(67,12,160); }

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

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

 span { border-color: rgb(67,12,160); }

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