#430B66

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

Shades of Indigo #430B66

Tints of Indigo #430B66

Color information

#430B66 (or 0x430B66) is unknown color: approx Indigo. HEX triplet: 43, 0B and 66. RGB value is (67,11,102). Sum of RGB (Red+Green+Blue) = 67+11+102=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #430B66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430B66 is #BCF499. Grayscale: #252525. Windows color (decimal): -12383386 or 6687555. OLE color: 6687555.

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

Color convert

RGB6711102-
CMYK0.340.8900.6
HSL276.92º80.53%22.16%-
HSV(B)276.92º89.22%40%-
XYZ4.832.3912.78-
YUV38.12164.05148.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.22%
GREEN value IS 11 (4.69% from 255) = 6.11%
BLUE value IS 102 (40.23% from 255) = 56.67%
R=37.22%
G=6.11%
B=56.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal67111020.340.8900.6276.9280.5322.16
Hex43B66225903C1155116
Octal103131464213107442512126
Binary10000111011110011010001010110010111100100010101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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