Html Css Color HEX #5B026D Indigo

📋 copy color: '#5B026D'

red 91 ◦ green 2 ◦ blue 109

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

Shades of Indigo #5B026D

Tints of Indigo #5B026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.96%

R = 45.05%
G = 0.99%
B = 53.96%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B026D (or 0x5B026D) is known color: Indigo. HEX triplet: 5B, 02 and 6D. RGB value is (91,2,109). Sum of RGB (Red+Green+Blue) = 91+2+109=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B026D is #A4FD92. Grayscale: #282828. Windows color (decimal): -10812819 or 7144027. OLE color: 7144027.

HSL color Cylindrical-coordinate representation of color #5B026D: hue angle of 289.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B026D is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 2 109 -
CMYK 0.17 0.98 0 0.57
HSL 289.91º 0.96% 0.22% -
HSV(B) 289.91º 0.98% 0.43% -
XYZ 7.1 3.37 14.74 -
YUV 40.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 91 2 109 0.17 0.98 0 0.57 289.91 0.96 0.22
Hex 5B 2 6D 11 62 0 39 122 60 16
Octal 133 2 155 21 142 0 71 442 140 26
Binary 1011011 10 1101101 10001 1100010 0 111001 100100010 1100000 10110

Color Harmonies of #5B026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B026D

Black with #5B026D

Text Example


Text Example

White with #5B026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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