#5C038B

Color #5C038B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5C038B

Tints of Indigo #5C038B

Color information

#5C038B (or 0x5C038B) is unknown color: approx 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

RGB923139-
CMYK0.340.9800.45
HSL279.26º95.77%27.84%-
HSV(B)279.26º97.84%54.51%-
XYZ9.114.224.76-
YUV45.11180.99161.44-

RGB Variations

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

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.40%
R=39.32%
G=1.28%
B=59.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9231390.340.9800.45279.2695.7727.84
Hex5C38B226202D117601c
Octal13432134214205542714034
Binary1011100111000101110001011000100101101100010111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>