#43028A

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

Shades of Indigo #43028A

Tints of Indigo #43028A

Color information

#43028A (or 0x43028A) is unknown color: approx Indigo. HEX triplet: 43, 02 and 8A. RGB value is (67,2,138). Sum of RGB (Red+Green+Blue) = 67+2+138=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #43028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43028A is #BCFD75. Grayscale: #242424. Windows color (decimal): -12385654 or 9044547. OLE color: 9044547.

HSL color Cylindrical-coordinate representation of color #43028A: hue angle of 268.68º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43028A is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB672138-
CMYK0.510.9900.46
HSL268.68º97.14%27.45%-
HSV(B)268.68º98.55%54.12%-
XYZ6.923.0724.27-
YUV36.94185.03149.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.37%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 138 (54.30% from 255) = 66.67%
R=32.37%
G=0.97%
B=66.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6721380.510.9900.46268.6897.1427.45
Hex4328A336302E10d611b
Octal10322126314305641514133
Binary1000011101000101011001111000110101110100001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43028A; }

 p { color: rgb(67,2,138); }

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

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

 a { background-color: rgb(67,2,138); }

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

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

 span { border-color: rgb(67,2,138); }

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