Html Css Color HEX #55187D Indigo

📋 copy color: '#55187D'

red 85 ◦ green 24 ◦ blue 125

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

Shades of Indigo #55187D

Tints of Indigo #55187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.26%

 BLUE value IS 125 (49.22% from 255) = 53.42%

R = 36.32%
G = 10.26%
B = 53.42%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55187D (or 0x55187D) is known color: Indigo. HEX triplet: 55, 18 and 7D. RGB value is (85,24,125). Sum of RGB (Red+Green+Blue) = 85+24+125=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #55187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55187D is #AAE782. Grayscale: #353535. Windows color (decimal): -11200387 or 8198229. OLE color: 8198229.

HSL color Cylindrical-coordinate representation of color #55187D: hue angle of 276.24º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55187D is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 24 125 -
CMYK 0.32 0.81 0 0.51
HSL 276.24º 0.68% 0.29% -
HSV(B) 276.24º 0.81% 0.49% -
XYZ 7.77 4.07 19.78 -
YUV 53.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 85 24 125 0.32 0.81 0 0.51 276.24 0.68 0.29
Hex 55 18 7D 20 51 0 33 114 44 1D
Octal 125 30 175 40 121 0 63 424 104 35
Binary 1010101 11000 1111101 100000 1010001 0 110011 100010100 1000100 11101

Color Harmonies of #55187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55187D

Black with #55187D

Text Example


Text Example

White with #55187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55187D; }

 p { color: rgb(85,24,125); }

 H1.HeaderClassName
 {
   color: #55187D;
 }
 .AnyTagClassName
 {
   color: #55187D;
 }
</style>

background-color css

<style>
 a { background-color: #55187D; }

 a { background-color: rgb(85,24,125); }

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

border-color css

<style>
 span { border-color: #55187D; }

 span { border-color: rgb(85,24,125); }

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