Html Css Color HEX #3C109E Persian Indigo

📋 copy color: '#3C109E'

red 60 ◦ green 16 ◦ blue 158

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

Shades of Persian Indigo #3C109E

Tints of Persian Indigo #3C109E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 67.52%

R = 25.64%
G = 6.84%
B = 67.52%

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

#3C109E (or 0x3C109E) is known color: Persian Indigo. HEX triplet: 3C, 10 and 9E. RGB value is (60,16,158). Sum of RGB (Red+Green+Blue) = 60+16+158=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C109E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C109E is #C3EF61. Grayscale: #2C2C2C. Windows color (decimal): -12840802 or 10358844. OLE color: 10358844.

HSL color Cylindrical-coordinate representation of color #3C109E: hue angle of 258.59º 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 #3C109E is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 16 158 -
CMYK 0.62 0.90 0 0.38
HSL 258.59º 0.82% 0.34% -
HSV(B) 258.59º 0.9% 0.62% -
XYZ 8.22 3.8 32.65 -
YUV 45.34 191.58 138.45 -
System Red Green Blue C M Y K H S L
Decimal 60 16 158 0.62 0.90 0 0.38 258.59 0.82 0.34
Hex 3C 10 9E 3E 5A 0 26 103 52 22
Octal 74 20 236 76 132 0 46 403 122 42
Binary 111100 10000 10011110 111110 1011010 0 100110 100000011 1010010 100010

Color Harmonies of #3C109E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C109E

Black with #3C109E

Text Example


Text Example

White with #3C109E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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