Html Css Color HEX #5B0266 Indigo

📋 copy color: '#5B0266'

red 91 ◦ green 2 ◦ blue 102

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

Shades of Indigo #5B0266

Tints of Indigo #5B0266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.31%

R = 46.67%
G = 1.03%
B = 52.31%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5B0266 (or 0x5B0266) is known color: Indigo. HEX triplet: 5B, 02 and 66. RGB value is (91,2,102). Sum of RGB (Red+Green+Blue) = 91+2+102=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B0266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0266 is #A4FD99. Grayscale: #272727. Windows color (decimal): -10812826 or 6685275. OLE color: 6685275.

HSL color Cylindrical-coordinate representation of color #5B0266: hue angle of 293.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B0266 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 91 2 102 -
CMYK 0.11 0.98 0 0.6
HSL 293.4º 0.96% 0.2% -
HSV(B) 293.4º 0.98% 0.4% -
XYZ 6.73 3.23 12.84 -
YUV 40.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 91 2 102 0.11 0.98 0 0.6 293.4 0.96 0.2
Hex 5B 2 66 B 62 0 3C 125 60 14
Octal 133 2 146 13 142 0 74 445 140 24
Binary 1011011 10 1100110 1011 1100010 0 111100 100100101 1100000 10100

Color Harmonies of #5B0266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0266

Black with #5B0266

Text Example


Text Example

White with #5B0266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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