Html Css Color HEX #5C078F Indigo

📋 copy color: '#5C078F'

red 92 ◦ green 7 ◦ blue 143

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

Shades of Indigo #5C078F

Tints of Indigo #5C078F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

 BLUE value IS 143 (56.25% from 255) = 59.09%

R = 38.02%
G = 2.89%
B = 59.09%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C078F (or 0x5C078F) is known color: Indigo. HEX triplet: 5C, 07 and 8F. RGB value is (92,7,143). Sum of RGB (Red+Green+Blue) = 92+7+143=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C078F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C078F is #A3F870. Grayscale: #2F2F2F. Windows color (decimal): -10745969 or 9373532. OLE color: 9373532.

HSL color Cylindrical-coordinate representation of color #5C078F: hue angle of 277.5º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C078F is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 7 143 -
CMYK 0.36 0.95 0 0.44
HSL 277.5º 0.91% 0.29% -
HSV(B) 277.5º 0.95% 0.56% -
XYZ 9.45 4.41 26.34 -
YUV 47.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 92 7 143 0.36 0.95 0 0.44 277.5 0.91 0.29
Hex 5C 7 8F 24 5F 0 2C 116 5B 1D
Octal 134 7 217 44 137 0 54 426 133 35
Binary 1011100 111 10001111 100100 1011111 0 101100 100010110 1011011 11101

Color Harmonies of #5C078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C078F

Black with #5C078F

Text Example


Text Example

White with #5C078F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,7,143); }

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

background-color css

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

 a { background-color: rgb(92,7,143); }

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

border-color css

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

 span { border-color: rgb(92,7,143); }

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