Html Css Color HEX #43088E Indigo

📋 copy color: '#43088E'

red 67 ◦ green 8 ◦ blue 142

#43088E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #43088E

Tints of Indigo #43088E

RGB

 RED value IS 67 (26.56% from 255) = 30.88%

 GREEN value IS 8 (3.52% from 255) = 3.69%

 BLUE value IS 142 (55.86% from 255) = 65.44%

R = 30.88%
G = 3.69%
B = 65.44%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#43088E (or 0x43088E) is known color: Indigo. HEX triplet: 43, 08 and 8E. RGB value is (67,8,142). Sum of RGB (Red+Green+Blue) = 67+8+142=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #43088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43088E is #BCF771. Grayscale: #282828. Windows color (decimal): -12384114 or 9308227. OLE color: 9308227.

HSL color Cylindrical-coordinate representation of color #43088E: hue angle of 266.42º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43088E is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 8 142 -
CMYK 0.53 0.94 0 0.44
HSL 266.42º 0.89% 0.29% -
HSV(B) 266.42º 0.94% 0.56% -
XYZ 7.28 3.32 25.85 -
YUV 40.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 67 8 142 0.53 0.94 0 0.44 266.42 0.89 0.29
Hex 43 8 8E 35 5E 0 2C 10A 59 1D
Octal 103 10 216 65 136 0 54 412 131 35
Binary 1000011 1000 10001110 110101 1011110 0 101100 100001010 1011001 11101

Color Harmonies of #43088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43088E

Black with #43088E

Text Example


Text Example

White with #43088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,8,142); }

 H1.HeaderClassName
 {
   color: #43088E;
 }
 .AnyTagClassName
 {
   color: #43088E;
 }
</style>

background-color css

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

 a { background-color: rgb(67,8,142); }

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

border-color css

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

 span { border-color: rgb(67,8,142); }

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