Html Css Color HEX #5D0C88 Indigo

📋 copy color: '#5D0C88'

red 93 ◦ green 12 ◦ blue 136

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

Shades of Indigo #5D0C88

Tints of Indigo #5D0C88

RGB

 RED value IS 93 (36.72% from 255) = 38.59%

 GREEN value IS 12 (5.08% from 255) = 4.98%

 BLUE value IS 136 (53.52% from 255) = 56.43%

R = 38.59%
G = 4.98%
B = 56.43%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5D0C88 (or 0x5D0C88) is known color: Indigo. HEX triplet: 5D, 0C and 88. RGB value is (93,12,136). Sum of RGB (Red+Green+Blue) = 93+12+136=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D0C88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0C88 is #A2F377. Grayscale: #313131. Windows color (decimal): -10679160 or 8916061. OLE color: 8916061.

HSL color Cylindrical-coordinate representation of color #5D0C88: hue angle of 279.19º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0C88 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 93 12 136 -
CMYK 0.32 0.91 0 0.47
HSL 279.19º 0.84% 0.29% -
HSV(B) 279.19º 0.91% 0.53% -
XYZ 9.09 4.37 23.66 -
YUV 50.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 93 12 136 0.32 0.91 0 0.47 279.19 0.84 0.29
Hex 5D C 88 20 5B 0 2F 117 54 1D
Octal 135 14 210 40 133 0 57 427 124 35
Binary 1011101 1100 10001000 100000 1011011 0 101111 100010111 1010100 11101

Color Harmonies of #5D0C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0C88

Black with #5D0C88

Text Example


Text Example

White with #5D0C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D0C88; }

 p { color: rgb(93,12,136); }

 H1.HeaderClassName
 {
   color: #5D0C88;
 }
 .AnyTagClassName
 {
   color: #5D0C88;
 }
</style>

background-color css

<style>
 a { background-color: #5D0C88; }

 a { background-color: rgb(93,12,136); }

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

border-color css

<style>
 span { border-color: #5D0C88; }

 span { border-color: rgb(93,12,136); }

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