Html Css Color HEX #43067E Indigo

📋 copy color: '#43067E'

red 67 ◦ green 6 ◦ blue 126

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

Shades of Indigo #43067E

Tints of Indigo #43067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 33.67%
G = 3.02%
B = 63.32%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43067E (or 0x43067E) is known color: Indigo. HEX triplet: 43, 06 and 7E. RGB value is (67,6,126). Sum of RGB (Red+Green+Blue) = 67+6+126=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #43067E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43067E is #BCF981. Grayscale: #252525. Windows color (decimal): -12384642 or 8259139. OLE color: 8259139.

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

Color convert

RGB 67 6 126 -
CMYK 0.47 0.95 0 0.51
HSL 270.5º 0.91% 0.26% -
HSV(B) 270.5º 0.95% 0.49% -
XYZ 6.15 2.83 19.96 -
YUV 37.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 67 6 126 0.47 0.95 0 0.51 270.5 0.91 0.26
Hex 43 6 7E 2F 5F 0 33 10E 5B 1A
Octal 103 6 176 57 137 0 63 416 133 32
Binary 1000011 110 1111110 101111 1011111 0 110011 100001110 1011011 11010

Color Harmonies of #43067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43067E

Black with #43067E

Text Example


Text Example

White with #43067E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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