#430B6C

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

Shades of Indigo #430B6C

Tints of Indigo #430B6C

Color information

#430B6C (or 0x430B6C) is unknown color: approx Indigo. HEX triplet: 43, 0B and 6C. RGB value is (67,11,108). Sum of RGB (Red+Green+Blue) = 67+11+108=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #430B6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430B6C is #BCF493. Grayscale: #262626. Windows color (decimal): -12383380 or 7080771. OLE color: 7080771.

HSL color Cylindrical-coordinate representation of color #430B6C: hue angle of 274.64º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430B6C is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6711108-
CMYK0.380.9000.58
HSL274.64º81.51%23.33%-
HSV(B)274.64º89.81%42.35%-
XYZ5.142.5214.4-
YUV38.8167.05148.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.02%
GREEN value IS 11 (4.69% from 255) = 5.91%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=36.02%
G=5.91%
B=58.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67111080.380.9000.58274.6481.5123.33
Hex43B6C265A03A1135217
Octal103131544613207242312227
Binary10000111011110110010011010110100111010100010011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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