Html Css Color HEX #5C018B Indigo

📋 copy color: '#5C018B'

red 92 ◦ green 1 ◦ blue 139

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

Shades of Indigo #5C018B

Tints of Indigo #5C018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 139 (54.69% from 255) = 59.91%

R = 39.66%
G = 0.43%
B = 59.91%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C018B (or 0x5C018B) is known color: Indigo. HEX triplet: 5C, 01 and 8B. RGB value is (92,1,139). Sum of RGB (Red+Green+Blue) = 92+1+139=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C018B is #A3FE74. Grayscale: #2B2B2B. Windows color (decimal): -10747509 or 9109852. OLE color: 9109852.

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

Color convert

RGB 92 1 139 -
CMYK 0.34 0.99 0 0.45
HSL 279.57º 0.99% 0.27% -
HSV(B) 279.57º 0.99% 0.55% -
XYZ 9.08 4.16 24.75 -
YUV 43.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 92 1 139 0.34 0.99 0 0.45 279.57 0.99 0.27
Hex 5C 1 8B 22 63 0 2D 118 63 1B
Octal 134 1 213 42 143 0 55 430 143 33
Binary 1011100 1 10001011 100010 1100011 0 101101 100011000 1100011 11011

Color Harmonies of #5C018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C018B

Black with #5C018B

Text Example


Text Example

White with #5C018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,1,139); }

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

background-color css

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

 a { background-color: rgb(92,1,139); }

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

border-color css

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

 span { border-color: rgb(92,1,139); }

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