Html Css Color HEX #5C00AA Indigo

📋 copy color: '#5C00AA'

red 92 ◦ green 0 ◦ blue 170

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

Shades of Indigo #5C00AA

Tints of Indigo #5C00AA

RGB

 RED value IS 92 (36.33% from 255) = 35.11%

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

 BLUE value IS 170 (66.8% from 255) = 64.89%

R = 35.11%
G = 0%
B = 64.89%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C00AA (or 0x5C00AA) is known color: Indigo. HEX triplet: 5C, 00 and AA. RGB value is (92,0,170). Sum of RGB (Red+Green+Blue) = 92+0+170=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C00AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C00AA is #A3FF55. Grayscale: #2E2E2E. Windows color (decimal): -10747734 or 11141212. OLE color: 11141212.

HSL color Cylindrical-coordinate representation of color #5C00AA: hue angle of 272.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C00AA is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 0 170 -
CMYK 0.46 1 0 0.33
HSL 272.47º 1% 0.33% -
HSV(B) 272.47º 1% 0.67% -
XYZ 11.67 5.18 38.41 -
YUV 46.89 197.48 160.18 -
System Red Green Blue C M Y K H S L
Decimal 92 0 170 0.46 1 0 0.33 272.47 1 0.33
Hex 5C 0 AA 2E 64 0 21 110 64 21
Octal 134 0 252 56 144 0 41 420 144 41
Binary 1011100 0 10101010 101110 1100100 0 100001 100010000 1100100 100001

Color Harmonies of #5C00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C00AA

Black with #5C00AA

Text Example


Text Example

White with #5C00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,0,170); }

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

background-color css

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

 a { background-color: rgb(92,0,170); }

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

border-color css

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

 span { border-color: rgb(92,0,170); }

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