Html Css Color HEX #5C148F Indigo

📋 copy color: '#5C148F'

red 92 ◦ green 20 ◦ blue 143

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

Shades of Indigo #5C148F

Tints of Indigo #5C148F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

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

R = 36.08%
G = 7.84%
B = 56.08%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C148F (or 0x5C148F) is known color: Indigo. HEX triplet: 5C, 14 and 8F. RGB value is (92,20,143). Sum of RGB (Red+Green+Blue) = 92+20+143=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C148F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C148F is #A3EB70. Grayscale: #373737. Windows color (decimal): -10742641 or 9376860. OLE color: 9376860.

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

Color convert

RGB 92 20 143 -
CMYK 0.36 0.86 0 0.44
HSL 275.12º 0.75% 0.32% -
HSV(B) 275.12º 0.86% 0.56% -
XYZ 9.62 4.76 26.4 -
YUV 55.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 92 20 143 0.36 0.86 0 0.44 275.12 0.75 0.32
Hex 5C 14 8F 24 56 0 2C 113 4B 20
Octal 134 24 217 44 126 0 54 423 113 40
Binary 1011100 10100 10001111 100100 1010110 0 101100 100010011 1001011 100000

Color Harmonies of #5C148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C148F

Black with #5C148F

Text Example


Text Example

White with #5C148F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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