Html Css Color HEX #5C0073 Indigo

📋 copy color: '#5C0073'

red 92 ◦ green 0 ◦ blue 115

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

Shades of Indigo #5C0073

Tints of Indigo #5C0073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.56%

R = 44.44%
G = 0%
B = 55.56%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C0073 (or 0x5C0073) is known color: Indigo. HEX triplet: 5C, 00 and 73. RGB value is (92,0,115). Sum of RGB (Red+Green+Blue) = 92+0+115=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C0073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0073 is #A3FF8C. Grayscale: #282828. Windows color (decimal): -10747789 or 7536732. OLE color: 7536732.

HSL color Cylindrical-coordinate representation of color #5C0073: hue angle of 288º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C0073 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 0 115 -
CMYK 0.20 1 0 0.55
HSL 288º 1% 0.23% -
HSV(B) 288º 1% 0.45% -
XYZ 7.51 3.51 16.5 -
YUV 40.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 92 0 115 0.20 1 0 0.55 288 1 0.23
Hex 5C 0 73 14 64 0 37 120 64 17
Octal 134 0 163 24 144 0 67 440 144 27
Binary 1011100 0 1110011 10100 1100100 0 110111 100100000 1100100 10111

Color Harmonies of #5C0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0073

Black with #5C0073

Text Example


Text Example

White with #5C0073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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