Html Css Color HEX #5B0675 Indigo

📋 copy color: '#5B0675'

red 91 ◦ green 6 ◦ blue 117

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

Shades of Indigo #5B0675

Tints of Indigo #5B0675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

 BLUE value IS 117 (46.09% from 255) = 54.67%

R = 42.52%
G = 2.8%
B = 54.67%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5B0675 (or 0x5B0675) is known color: Indigo. HEX triplet: 5B, 06 and 75. RGB value is (91,6,117). Sum of RGB (Red+Green+Blue) = 91+6+117=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B0675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0675 is #A4F98A. Grayscale: #2B2B2B. Windows color (decimal): -10811787 or 7669339. OLE color: 7669339.

HSL color Cylindrical-coordinate representation of color #5B0675: hue angle of 285.95º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0675 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 6 117 -
CMYK 0.22 0.95 0 0.54
HSL 285.95º 0.9% 0.24% -
HSV(B) 285.95º 0.95% 0.46% -
XYZ 7.59 3.64 17.13 -
YUV 44.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 91 6 117 0.22 0.95 0 0.54 285.95 0.9 0.24
Hex 5B 6 75 16 5F 0 36 11E 5A 18
Octal 133 6 165 26 137 0 66 436 132 30
Binary 1011011 110 1110101 10110 1011111 0 110110 100011110 1011010 11000

Color Harmonies of #5B0675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0675

Black with #5B0675

Text Example


Text Example

White with #5B0675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,6,117); }

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

background-color css

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

 a { background-color: rgb(91,6,117); }

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

border-color css

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

 span { border-color: rgb(91,6,117); }

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