#431088

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

Shades of Indigo #431088

Tints of Indigo #431088

Color information

#431088 (or 0x431088) is unknown color: approx Indigo. HEX triplet: 43, 10 and 88. RGB value is (67,16,136). Sum of RGB (Red+Green+Blue) = 67+16+136=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #431088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431088 is #BCEF77. Grayscale: #2C2C2C. Windows color (decimal): -12382072 or 8917059. OLE color: 8917059.

HSL color Cylindrical-coordinate representation of color #431088: hue angle of 265.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431088 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6716136-
CMYK0.510.8800.47
HSL265.5º78.95%29.8%-
HSV(B)265.5º88.24%53.33%-
XYZ6.943.3423.57-
YUV44.93179.4143.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.59%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 136 (53.52% from 255) = 62.10%
R=30.59%
G=7.31%
B=62.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67161360.510.8800.47265.578.9529.8
Hex431088335802F10a4f1e
Octal103202106313005741211736
Binary1000011100001000100011001110110000101111100001010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431088; }

 p { color: rgb(67,16,136); }

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

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

 a { background-color: rgb(67,16,136); }

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

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

 span { border-color: rgb(67,16,136); }

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