Html Css Color HEX #3C1B77 Persian Indigo

📋 copy color: '#3C1B77'

red 60 ◦ green 27 ◦ blue 119

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

Shades of Persian Indigo #3C1B77

Tints of Persian Indigo #3C1B77

RGB

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

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

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

R = 29.13%
G = 13.11%
B = 57.77%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C1B77 (or 0x3C1B77) is known color: Persian Indigo. HEX triplet: 3C, 1B and 77. RGB value is (60,27,119). Sum of RGB (Red+Green+Blue) = 60+27+119=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C1B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1B77 is #C3E488. Grayscale: #2F2F2F. Windows color (decimal): -12838025 or 7805756. OLE color: 7805756.

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

Color convert

RGB 60 27 119 -
CMYK 0.50 0.77 0 0.53
HSL 261.52º 0.63% 0.29% -
HSV(B) 261.52º 0.77% 0.47% -
XYZ 5.59 3.08 17.75 -
YUV 47.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 60 27 119 0.50 0.77 0 0.53 261.52 0.63 0.29
Hex 3C 1B 77 32 4D 0 35 106 3F 1D
Octal 74 33 167 62 115 0 65 406 77 35
Binary 111100 11011 1110111 110010 1001101 0 110101 100000110 111111 11101

Color Harmonies of #3C1B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1B77

Black with #3C1B77

Text Example


Text Example

White with #3C1B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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