#43017B

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

Shades of Indigo #43017B

Tints of Indigo #43017B

Color information

#43017B (or 0x43017B) is unknown color: approx Indigo. HEX triplet: 43, 01 and 7B. RGB value is (67,1,123). Sum of RGB (Red+Green+Blue) = 67+1+123=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #43017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43017B is #BCFE84. Grayscale: #222222. Windows color (decimal): -12385925 or 8061251. OLE color: 8061251.

HSL color Cylindrical-coordinate representation of color #43017B: hue angle of 272.46º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43017B is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB671123-
CMYK0.460.9900.52
HSL272.46º98.39%24.31%-
HSV(B)272.46º99.19%48.24%-
XYZ5.92.6518.94-
YUV34.64177.87151.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.08%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 123 (48.44% from 255) = 64.40%
R=35.08%
G=0.52%
B=64.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6711230.460.9900.52272.4698.3924.31
Hex4317B2E630341106218
Octal10311735614306442014230
Binary10000111111101110111011000110110100100010000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43017B; }

 p { color: rgb(67,1,123); }

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

<style>
 a { background-color: #43017B; }

 a { background-color: rgb(67,1,123); }

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

<style>
 span { border-color: #43017B; }

 span { border-color: rgb(67,1,123); }

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