Html Css Color HEX #3C116D Persian Indigo

📋 copy color: '#3C116D'

red 60 ◦ green 17 ◦ blue 109

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

Shades of Persian Indigo #3C116D

Tints of Persian Indigo #3C116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

 BLUE value IS 109 (42.97% from 255) = 58.6%

R = 32.26%
G = 9.14%
B = 58.6%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C116D (or 0x3C116D) is known color: Persian Indigo. HEX triplet: 3C, 11 and 6D. RGB value is (60,17,109). Sum of RGB (Red+Green+Blue) = 60+17+109=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C116D is #C3EE92. Grayscale: #282828. Windows color (decimal): -12840595 or 7147836. OLE color: 7147836.

HSL color Cylindrical-coordinate representation of color #3C116D: hue angle of 268.04º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C116D is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 17 109 -
CMYK 0.45 0.84 0 0.57
HSL 268.04º 0.73% 0.25% -
HSV(B) 268.04º 0.84% 0.43% -
XYZ 4.82 2.47 14.69 -
YUV 40.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 60 17 109 0.45 0.84 0 0.57 268.04 0.73 0.25
Hex 3C 11 6D 2D 54 0 39 10C 49 19
Octal 74 21 155 55 124 0 71 414 111 31
Binary 111100 10001 1101101 101101 1010100 0 111001 100001100 1001001 11001

Color Harmonies of #3C116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C116D

Black with #3C116D

Text Example


Text Example

White with #3C116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,17,109); }

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

background-color css

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

 a { background-color: rgb(60,17,109); }

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

border-color css

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

 span { border-color: rgb(60,17,109); }

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