Html Css Color HEX #5C038B Indigo

📋 copy color: '#5C038B'

red 92 ◦ green 3 ◦ blue 139

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

Shades of Indigo #5C038B

Tints of Indigo #5C038B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 39.32%
G = 1.28%
B = 59.4%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C038B (or 0x5C038B) is known color: Indigo. HEX triplet: 5C, 03 and 8B. RGB value is (92,3,139). Sum of RGB (Red+Green+Blue) = 92+3+139=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C038B is #A3FC74. Grayscale: #2C2C2C. Windows color (decimal): -10746997 or 9110364. OLE color: 9110364.

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

Color convert

RGB 92 3 139 -
CMYK 0.34 0.98 0 0.45
HSL 279.26º 0.96% 0.28% -
HSV(B) 279.26º 0.98% 0.55% -
XYZ 9.11 4.2 24.76 -
YUV 45.12 180.99 161.44 -
System Red Green Blue C M Y K H S L
Decimal 92 3 139 0.34 0.98 0 0.45 279.26 0.96 0.28
Hex 5C 3 8B 22 62 0 2D 117 60 1C
Octal 134 3 213 42 142 0 55 427 140 34
Binary 1011100 11 10001011 100010 1100010 0 101101 100010111 1100000 11100

Color Harmonies of #5C038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C038B

Black with #5C038B

Text Example


Text Example

White with #5C038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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