Html Css Color HEX #5B00AE Indigo

📋 copy color: '#5B00AE'

red 91 ◦ green 0 ◦ blue 174

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

Shades of Indigo #5B00AE

Tints of Indigo #5B00AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 65.66%

R = 34.34%
G = 0%
B = 65.66%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B00AE (or 0x5B00AE) is known color: Indigo. HEX triplet: 5B, 00 and AE. RGB value is (91,0,174). Sum of RGB (Red+Green+Blue) = 91+0+174=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B00AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B00AE is #A4FF51. Grayscale: #2E2E2E. Windows color (decimal): -10813266 or 11403355. OLE color: 11403355.

HSL color Cylindrical-coordinate representation of color #5B00AE: hue angle of 271.38º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B00AE is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 0 174 -
CMYK 0.48 1 0 0.32
HSL 271.38º 1% 0.34% -
HSV(B) 271.38º 1% 0.68% -
XYZ 11.95 5.28 40.43 -
YUV 47.05 199.65 159.35 -
System Red Green Blue C M Y K H S L
Decimal 91 0 174 0.48 1 0 0.32 271.38 1 0.34
Hex 5B 0 AE 30 64 0 20 10F 64 22
Octal 133 0 256 60 144 0 40 417 144 42
Binary 1011011 0 10101110 110000 1100100 0 100000 100001111 1100100 100010

Color Harmonies of #5B00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B00AE

Black with #5B00AE

Text Example


Text Example

White with #5B00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,0,174); }

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

background-color css

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

 a { background-color: rgb(91,0,174); }

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

border-color css

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

 span { border-color: rgb(91,0,174); }

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