Html Css Color HEX #3C0599 Indigo

📋 copy color: '#3C0599'

red 60 ◦ green 5 ◦ blue 153

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

Shades of Indigo #3C0599

Tints of Indigo #3C0599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.18%

R = 27.52%
G = 2.29%
B = 70.18%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C0599 (or 0x3C0599) is known color: Indigo. HEX triplet: 3C, 05 and 99. RGB value is (60,5,153). Sum of RGB (Red+Green+Blue) = 60+5+153=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C0599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0599 is #C3FA66. Grayscale: #252525. Windows color (decimal): -12843623 or 10028348. OLE color: 10028348.

HSL color Cylindrical-coordinate representation of color #3C0599: hue angle of 262.3º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0599 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 60 5 153 -
CMYK 0.61 0.97 0 0.4
HSL 262.3º 0.94% 0.31% -
HSV(B) 262.3º 0.97% 0.6% -
XYZ 7.67 3.37 30.38 -
YUV 38.32 192.72 143.47 -
System Red Green Blue C M Y K H S L
Decimal 60 5 153 0.61 0.97 0 0.4 262.3 0.94 0.31
Hex 3C 5 99 3D 61 0 28 106 5E 1F
Octal 74 5 231 75 141 0 50 406 136 37
Binary 111100 101 10011001 111101 1100001 0 101000 100000110 1011110 11111

Color Harmonies of #3C0599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0599

Black with #3C0599

Text Example


Text Example

White with #3C0599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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