Html Css Color HEX #5B028C Indigo

📋 copy color: '#5B028C'

red 91 ◦ green 2 ◦ blue 140

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

Shades of Indigo #5B028C

Tints of Indigo #5B028C

RGB

 RED value IS 91 (35.94% from 255) = 39.06%

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

 BLUE value IS 140 (55.08% from 255) = 60.09%

R = 39.06%
G = 0.86%
B = 60.09%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B028C (or 0x5B028C) is known color: Indigo. HEX triplet: 5B, 02 and 8C. RGB value is (91,2,140). Sum of RGB (Red+Green+Blue) = 91+2+140=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B028C is #A4FD73. Grayscale: #2B2B2B. Windows color (decimal): -10812788 or 9175643. OLE color: 9175643.

HSL color Cylindrical-coordinate representation of color #5B028C: hue angle of 278.7º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B028C is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 91 2 140 -
CMYK 0.35 0.99 0 0.45
HSL 278.7º 0.97% 0.28% -
HSV(B) 278.7º 0.99% 0.55% -
XYZ 9.07 4.16 25.14 -
YUV 44.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 91 2 140 0.35 0.99 0 0.45 278.7 0.97 0.28
Hex 5B 2 8C 23 63 0 2D 117 61 1C
Octal 133 2 214 43 143 0 55 427 141 34
Binary 1011011 10 10001100 100011 1100011 0 101101 100010111 1100001 11100

Color Harmonies of #5B028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B028C

Black with #5B028C

Text Example


Text Example

White with #5B028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,2,140); }

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

background-color css

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

 a { background-color: rgb(91,2,140); }

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

border-color css

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

 span { border-color: rgb(91,2,140); }

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