Html Css Color HEX #3C1778 Persian Indigo

📋 copy color: '#3C1778'

red 60 ◦ green 23 ◦ blue 120

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

Shades of Persian Indigo #3C1778

Tints of Persian Indigo #3C1778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.33%

 BLUE value IS 120 (47.27% from 255) = 59.11%

R = 29.56%
G = 11.33%
B = 59.11%

CMYK

 C value IS 0.5

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C1778 (or 0x3C1778) is known color: Persian Indigo. HEX triplet: 3C, 17 and 78. RGB value is (60,23,120). Sum of RGB (Red+Green+Blue) = 60+23+120=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C1778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1778 is #C3E887. Grayscale: #2C2C2C. Windows color (decimal): -12839048 or 7870268. OLE color: 7870268.

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

Color convert

RGB 60 23 120 -
CMYK 0.5 0.81 0 0.53
HSL 262.89º 0.68% 0.28% -
HSV(B) 262.89º 0.81% 0.47% -
XYZ 5.56 2.93 18.04 -
YUV 45.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 60 23 120 0.5 0.81 0 0.53 262.89 0.68 0.28
Hex 3C 17 78 32 51 0 35 107 44 1C
Octal 74 27 170 62 121 0 65 407 104 34
Binary 111100 10111 1111000 110010 1010001 0 110101 100000111 1000100 11100

Color Harmonies of #3C1778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1778

Black with #3C1778

Text Example


Text Example

White with #3C1778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,23,120); }

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

background-color css

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

 a { background-color: rgb(60,23,120); }

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

border-color css

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

 span { border-color: rgb(60,23,120); }

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