Html Css Color HEX #3C1B79 Persian Indigo

📋 copy color: '#3C1B79'

red 60 ◦ green 27 ◦ blue 121

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

Shades of Persian Indigo #3C1B79

Tints of Persian Indigo #3C1B79

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.98%

 BLUE value IS 121 (47.66% from 255) = 58.17%

R = 28.85%
G = 12.98%
B = 58.17%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C1B79 (or 0x3C1B79) is known color: Persian Indigo. HEX triplet: 3C, 1B and 79. RGB value is (60,27,121). Sum of RGB (Red+Green+Blue) = 60+27+121=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C1B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1B79 is #C3E486. Grayscale: #2F2F2F. Windows color (decimal): -12838023 or 7936828. OLE color: 7936828.

HSL color Cylindrical-coordinate representation of color #3C1B79: hue angle of 261.06º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C1B79 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 27 121 -
CMYK 0.50 0.78 0 0.53
HSL 261.06º 0.64% 0.29% -
HSV(B) 261.06º 0.78% 0.47% -
XYZ 5.71 3.13 18.39 -
YUV 47.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 60 27 121 0.50 0.78 0 0.53 261.06 0.64 0.29
Hex 3C 1B 79 32 4E 0 35 105 40 1D
Octal 74 33 171 62 116 0 65 405 100 35
Binary 111100 11011 1111001 110010 1001110 0 110101 100000101 1000000 11101

Color Harmonies of #3C1B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1B79

Black with #3C1B79

Text Example


Text Example

White with #3C1B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,27,121); }

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

background-color css

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

 a { background-color: rgb(60,27,121); }

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

border-color css

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

 span { border-color: rgb(60,27,121); }

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