#430C66

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

Shades of Indigo #430C66

Tints of Indigo #430C66

Color information

#430C66 (or 0x430C66) is unknown color: approx Indigo. HEX triplet: 43, 0C and 66. RGB value is (67,12,102). Sum of RGB (Red+Green+Blue) = 67+12+102=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #430C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430C66 is #BCF399. Grayscale: #262626. Windows color (decimal): -12383130 or 6687811. OLE color: 6687811.

HSL color Cylindrical-coordinate representation of color #430C66: hue angle of 276.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430C66 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6712102-
CMYK0.340.8800.6
HSL276.67º78.95%22.35%-
HSV(B)276.67º88.24%40%-
XYZ4.842.4212.78-
YUV38.7163.72148.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.02%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 102 (40.23% from 255) = 56.35%
R=37.02%
G=6.63%
B=56.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal67121020.340.8800.6276.6778.9522.35
Hex43C66225803C1154f16
Octal103141464213007442511726
Binary10000111100110011010001010110000111100100010101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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