#43006E

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

Shades of Indigo #43006E

Tints of Indigo #43006E

Color information

#43006E (or 0x43006E) is unknown color: approx Indigo. HEX triplet: 43, 00 and 6E. RGB value is (67,0,110). Sum of RGB (Red+Green+Blue) = 67+0+110=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #43006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43006E is #BCFF91. Grayscale: #202020. Windows color (decimal): -12386194 or 7209027. OLE color: 7209027.

HSL color Cylindrical-coordinate representation of color #43006E: hue angle of 276.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43006E is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB670110-
CMYK0.39100.57
HSL276.55º100%21.57%-
HSV(B)276.55º100%43.14%-
XYZ5.132.3214.93-
YUV32.57171.7152.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 62.15%
R=37.85%
G=0%
B=62.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6701100.39100.57276.5510021.57
Hex4306E27640391156416
Octal10301564714407142514426
Binary10000110110111010011111001000111001100010101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43006E; }

 p { color: rgb(67,0,110); }

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

<style>
 a { background-color: #43006E; }

 a { background-color: rgb(67,0,110); }

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

<style>
 span { border-color: #43006E; }

 span { border-color: rgb(67,0,110); }

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