Html Css Color HEX #3C1A77 Persian Indigo

📋 copy color: '#3C1A77'

red 60 ◦ green 26 ◦ blue 119

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

Shades of Persian Indigo #3C1A77

Tints of Persian Indigo #3C1A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.68%

 BLUE value IS 119 (46.88% from 255) = 58.05%

R = 29.27%
G = 12.68%
B = 58.05%

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

#3C1A77 (or 0x3C1A77) is known color: Persian Indigo. HEX triplet: 3C, 1A and 77. RGB value is (60,26,119). Sum of RGB (Red+Green+Blue) = 60+26+119=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C1A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1A77 is #C3E588. Grayscale: #2E2E2E. Windows color (decimal): -12838281 or 7805500. OLE color: 7805500.

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

Color convert

RGB 60 26 119 -
CMYK 0.50 0.78 0 0.53
HSL 261.94º 0.64% 0.28% -
HSV(B) 261.94º 0.78% 0.47% -
XYZ 5.56 3.03 17.74 -
YUV 46.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 60 26 119 0.50 0.78 0 0.53 261.94 0.64 0.28
Hex 3C 1A 77 32 4E 0 35 106 40 1C
Octal 74 32 167 62 116 0 65 406 100 34
Binary 111100 11010 1110111 110010 1001110 0 110101 100000110 1000000 11100

Color Harmonies of #3C1A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1A77

Black with #3C1A77

Text Example


Text Example

White with #3C1A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,26,119); }

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

background-color css

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

 a { background-color: rgb(60,26,119); }

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

border-color css

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

 span { border-color: rgb(60,26,119); }

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