Html Css Color HEX #3C0590 Indigo

📋 copy color: '#3C0590'

red 60 ◦ green 5 ◦ blue 144

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

Shades of Indigo #3C0590

Tints of Indigo #3C0590

RGB

 RED value IS 60 (23.83% from 255) = 28.71%

 GREEN value IS 5 (2.34% from 255) = 2.39%

 BLUE value IS 144 (56.64% from 255) = 68.9%

R = 28.71%
G = 2.39%
B = 68.9%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C0590 (or 0x3C0590) is known color: Indigo. HEX triplet: 3C, 05 and 90. RGB value is (60,5,144). Sum of RGB (Red+Green+Blue) = 60+5+144=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C0590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0590 is #C3FA6F. Grayscale: #242424. Windows color (decimal): -12843632 or 9438524. OLE color: 9438524.

HSL color Cylindrical-coordinate representation of color #3C0590: hue angle of 263.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0590 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 5 144 -
CMYK 0.58 0.97 0 0.44
HSL 263.74º 0.93% 0.29% -
HSV(B) 263.74º 0.97% 0.56% -
XYZ 6.95 3.08 26.61 -
YUV 37.29 188.22 144.2 -
System Red Green Blue C M Y K H S L
Decimal 60 5 144 0.58 0.97 0 0.44 263.74 0.93 0.29
Hex 3C 5 90 3A 61 0 2C 108 5D 1D
Octal 74 5 220 72 141 0 54 410 135 35
Binary 111100 101 10010000 111010 1100001 0 101100 100001000 1011101 11101

Color Harmonies of #3C0590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0590

Black with #3C0590

Text Example


Text Example

White with #3C0590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C0590; }

 p { color: rgb(60,5,144); }

 H1.HeaderClassName
 {
   color: #3C0590;
 }
 .AnyTagClassName
 {
   color: #3C0590;
 }
</style>

background-color css

<style>
 a { background-color: #3C0590; }

 a { background-color: rgb(60,5,144); }

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

border-color css

<style>
 span { border-color: #3C0590; }

 span { border-color: rgb(60,5,144); }

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