Html Css Color HEX #3C1195 Persian Indigo

📋 copy color: '#3C1195'

red 60 ◦ green 17 ◦ blue 149

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

Shades of Persian Indigo #3C1195

Tints of Persian Indigo #3C1195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

 BLUE value IS 149 (58.59% from 255) = 65.93%

R = 26.55%
G = 7.52%
B = 65.93%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C1195 (or 0x3C1195) is known color: Persian Indigo. HEX triplet: 3C, 11 and 95. RGB value is (60,17,149). Sum of RGB (Red+Green+Blue) = 60+17+149=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1195 is #C3EE6A. Grayscale: #2C2C2C. Windows color (decimal): -12840555 or 9769276. OLE color: 9769276.

HSL color Cylindrical-coordinate representation of color #3C1195: hue angle of 259.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C1195 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 17 149 -
CMYK 0.60 0.89 0 0.42
HSL 259.55º 0.8% 0.33% -
HSV(B) 259.55º 0.89% 0.58% -
XYZ 7.49 3.53 28.72 -
YUV 44.91 186.75 138.77 -
System Red Green Blue C M Y K H S L
Decimal 60 17 149 0.60 0.89 0 0.42 259.55 0.8 0.33
Hex 3C 11 95 3C 59 0 2A 104 50 21
Octal 74 21 225 74 131 0 52 404 120 41
Binary 111100 10001 10010101 111100 1011001 0 101010 100000100 1010000 100001

Color Harmonies of #3C1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1195

Black with #3C1195

Text Example


Text Example

White with #3C1195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,17,149); }

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

background-color css

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

 a { background-color: rgb(60,17,149); }

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

border-color css

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

 span { border-color: rgb(60,17,149); }

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