Html Css Color HEX #3C1097 Persian Indigo

📋 copy color: '#3C1097'

red 60 ◦ green 16 ◦ blue 151

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

Shades of Persian Indigo #3C1097

Tints of Persian Indigo #3C1097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 66.52%

R = 26.43%
G = 7.05%
B = 66.52%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C1097 (or 0x3C1097) is known color: Persian Indigo. HEX triplet: 3C, 10 and 97. RGB value is (60,16,151). Sum of RGB (Red+Green+Blue) = 60+16+151=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 151 (59.38% from 255 or 66.52% from 227); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C1097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1097 is #C3EF68. Grayscale: #2C2C2C. Windows color (decimal): -12840809 or 9900092. OLE color: 9900092.

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

Color convert

RGB 60 16 151 -
CMYK 0.60 0.89 0 0.41
HSL 259.56º 0.81% 0.33% -
HSV(B) 259.56º 0.89% 0.59% -
XYZ 7.63 3.57 29.56 -
YUV 44.55 188.08 139.02 -
System Red Green Blue C M Y K H S L
Decimal 60 16 151 0.60 0.89 0 0.41 259.56 0.81 0.33
Hex 3C 10 97 3C 59 0 29 104 51 21
Octal 74 20 227 74 131 0 51 404 121 41
Binary 111100 10000 10010111 111100 1011001 0 101001 100000100 1010001 100001

Color Harmonies of #3C1097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1097

Black with #3C1097

Text Example


Text Example

White with #3C1097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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