Html Css Color HEX #43087E Indigo

📋 copy color: '#43087E'

red 67 ◦ green 8 ◦ blue 126

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

Shades of Indigo #43087E

Tints of Indigo #43087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 62.69%

R = 33.33%
G = 3.98%
B = 62.69%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43087E (or 0x43087E) is known color: Indigo. HEX triplet: 43, 08 and 7E. RGB value is (67,8,126). Sum of RGB (Red+Green+Blue) = 67+8+126=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #43087E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43087E is #BCF781. Grayscale: #262626. Windows color (decimal): -12384130 or 8259651. OLE color: 8259651.

HSL color Cylindrical-coordinate representation of color #43087E: hue angle of 270º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43087E is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 8 126 -
CMYK 0.47 0.94 0 0.51
HSL 270º 0.88% 0.26% -
HSV(B) 270º 0.94% 0.49% -
XYZ 6.17 2.87 19.97 -
YUV 39.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 67 8 126 0.47 0.94 0 0.51 270 0.88 0.26
Hex 43 8 7E 2F 5E 0 33 10E 58 1A
Octal 103 10 176 57 136 0 63 416 130 32
Binary 1000011 1000 1111110 101111 1011110 0 110011 100001110 1011000 11010

Color Harmonies of #43087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43087E

Black with #43087E

Text Example


Text Example

White with #43087E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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