Html Css Color HEX #3C0997 Persian Indigo

📋 copy color: '#3C0997'

red 60 ◦ green 9 ◦ blue 151

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

Shades of Persian Indigo #3C0997

Tints of Persian Indigo #3C0997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

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

R = 27.27%
G = 4.09%
B = 68.64%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C0997 (or 0x3C0997) is known color: Persian Indigo. HEX triplet: 3C, 09 and 97. RGB value is (60,9,151). Sum of RGB (Red+Green+Blue) = 60+9+151=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C0997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0997 is #C3F668. Grayscale: #272727. Windows color (decimal): -12842601 or 9898300. OLE color: 9898300.

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

Color convert

RGB 60 9 151 -
CMYK 0.60 0.94 0 0.41
HSL 261.55º 0.89% 0.31% -
HSV(B) 261.55º 0.94% 0.59% -
XYZ 7.55 3.39 29.53 -
YUV 40.44 190.4 141.95 -
System Red Green Blue C M Y K H S L
Decimal 60 9 151 0.60 0.94 0 0.41 261.55 0.89 0.31
Hex 3C 9 97 3C 5E 0 29 106 59 1F
Octal 74 11 227 74 136 0 51 406 131 37
Binary 111100 1001 10010111 111100 1011110 0 101001 100000110 1011001 11111

Color Harmonies of #3C0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0997

Black with #3C0997

Text Example


Text Example

White with #3C0997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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