Html Css Color HEX #3C109D Persian Indigo

📋 copy color: '#3C109D'

red 60 ◦ green 16 ◦ blue 157

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

Shades of Persian Indigo #3C109D

Tints of Persian Indigo #3C109D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.38%

R = 25.75%
G = 6.87%
B = 67.38%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C109D (or 0x3C109D) is known color: Persian Indigo. HEX triplet: 3C, 10 and 9D. RGB value is (60,16,157). Sum of RGB (Red+Green+Blue) = 60+16+157=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C109D is #C3EF62. Grayscale: #2C2C2C. Windows color (decimal): -12840803 or 10293308. OLE color: 10293308.

HSL color Cylindrical-coordinate representation of color #3C109D: hue angle of 258.72º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C109D is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 16 157 -
CMYK 0.62 0.90 0 0.38
HSL 258.72º 0.82% 0.34% -
HSV(B) 258.72º 0.9% 0.62% -
XYZ 8.13 3.77 32.2 -
YUV 45.23 191.08 138.54 -
System Red Green Blue C M Y K H S L
Decimal 60 16 157 0.62 0.90 0 0.38 258.72 0.82 0.34
Hex 3C 10 9D 3E 5A 0 26 103 52 22
Octal 74 20 235 76 132 0 46 403 122 42
Binary 111100 10000 10011101 111110 1011010 0 100110 100000011 1010010 100010

Color Harmonies of #3C109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C109D

Black with #3C109D

Text Example


Text Example

White with #3C109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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