Html Css Color HEX #3C1095 Persian Indigo

📋 copy color: '#3C1095'

red 60 ◦ green 16 ◦ blue 149

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

Shades of Persian Indigo #3C1095

Tints of Persian Indigo #3C1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.11%

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

R = 26.67%
G = 7.11%
B = 66.22%

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

#3C1095 (or 0x3C1095) is known color: Persian Indigo. HEX triplet: 3C, 10 and 95. RGB value is (60,16,149). Sum of RGB (Red+Green+Blue) = 60+16+149=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C1095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1095 is #C3EF6A. Grayscale: #2B2B2B. Windows color (decimal): -12840811 or 9769020. OLE color: 9769020.

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

Color convert

RGB 60 16 149 -
CMYK 0.60 0.89 0 0.42
HSL 259.85º 0.81% 0.32% -
HSV(B) 259.85º 0.89% 0.58% -
XYZ 7.47 3.5 28.72 -
YUV 44.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 60 16 149 0.60 0.89 0 0.42 259.85 0.81 0.32
Hex 3C 10 95 3C 59 0 2A 104 51 20
Octal 74 20 225 74 131 0 52 404 121 40
Binary 111100 10000 10010101 111100 1011001 0 101010 100000100 1010001 100000

Color Harmonies of #3C1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1095

Black with #3C1095

Text Example


Text Example

White with #3C1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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