Html Css Color HEX #55038E Indigo

📋 copy color: '#55038E'

red 85 ◦ green 3 ◦ blue 142

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

Shades of Indigo #55038E

Tints of Indigo #55038E

RGB

 RED value IS 85 (33.59% from 255) = 36.96%

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 36.96%
G = 1.3%
B = 61.74%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55038E (or 0x55038E) is known color: Indigo. HEX triplet: 55, 03 and 8E. RGB value is (85,3,142). Sum of RGB (Red+Green+Blue) = 85+3+142=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #55038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55038E is #AAFC71. Grayscale: #2A2A2A. Windows color (decimal): -11205746 or 9306965. OLE color: 9306965.

HSL color Cylindrical-coordinate representation of color #55038E: hue angle of 275.4º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55038E is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 3 142 -
CMYK 0.40 0.98 0 0.44
HSL 275.4º 0.96% 0.28% -
HSV(B) 275.4º 0.98% 0.56% -
XYZ 8.66 3.95 25.9 -
YUV 43.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 85 3 142 0.40 0.98 0 0.44 275.4 0.96 0.28
Hex 55 3 8E 28 62 0 2C 113 60 1C
Octal 125 3 216 50 142 0 54 423 140 34
Binary 1010101 11 10001110 101000 1100010 0 101100 100010011 1100000 11100

Color Harmonies of #55038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55038E

Black with #55038E

Text Example


Text Example

White with #55038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,3,142); }

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

background-color css

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

 a { background-color: rgb(85,3,142); }

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

border-color css

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

 span { border-color: rgb(85,3,142); }

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