Html Css Color HEX #5D027B Indigo

📋 copy color: '#5D027B'

red 93 ◦ green 2 ◦ blue 123

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

Shades of Indigo #5D027B

Tints of Indigo #5D027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 123 (48.44% from 255) = 56.42%

R = 42.66%
G = 0.92%
B = 56.42%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5D027B (or 0x5D027B) is known color: Indigo. HEX triplet: 5D, 02 and 7B. RGB value is (93,2,123). Sum of RGB (Red+Green+Blue) = 93+2+123=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D027B is #A2FD84. Grayscale: #2A2A2A. Windows color (decimal): -10681733 or 8061533. OLE color: 8061533.

HSL color Cylindrical-coordinate representation of color #5D027B: hue angle of 285.12º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D027B is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 93 2 123 -
CMYK 0.24 0.98 0 0.52
HSL 285.12º 0.97% 0.25% -
HSV(B) 285.12º 0.98% 0.48% -
XYZ 8.11 3.8 19.04 -
YUV 43 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 93 2 123 0.24 0.98 0 0.52 285.12 0.97 0.25
Hex 5D 2 7B 18 62 0 34 11D 61 19
Octal 135 2 173 30 142 0 64 435 141 31
Binary 1011101 10 1111011 11000 1100010 0 110100 100011101 1100001 11001

Color Harmonies of #5D027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D027B

Black with #5D027B

Text Example


Text Example

White with #5D027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,2,123); }

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

background-color css

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

 a { background-color: rgb(93,2,123); }

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

border-color css

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

 span { border-color: rgb(93,2,123); }

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