Html Css Color HEX #3C106D Persian Indigo

📋 copy color: '#3C106D'

red 60 ◦ green 16 ◦ blue 109

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

Shades of Persian Indigo #3C106D

Tints of Persian Indigo #3C106D

RGB

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

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

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

R = 32.43%
G = 8.65%
B = 58.92%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C106D (or 0x3C106D) is known color: Persian Indigo. HEX triplet: 3C, 10 and 6D. RGB value is (60,16,109). Sum of RGB (Red+Green+Blue) = 60+16+109=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C106D is #C3EF92. Grayscale: #272727. Windows color (decimal): -12840851 or 7147580. OLE color: 7147580.

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

Color convert

RGB 60 16 109 -
CMYK 0.45 0.85 0 0.57
HSL 268.39º 0.74% 0.25% -
HSV(B) 268.39º 0.85% 0.43% -
XYZ 4.81 2.44 14.68 -
YUV 39.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 60 16 109 0.45 0.85 0 0.57 268.39 0.74 0.25
Hex 3C 10 6D 2D 55 0 39 10C 4A 19
Octal 74 20 155 55 125 0 71 414 112 31
Binary 111100 10000 1101101 101101 1010101 0 111001 100001100 1001010 11001

Color Harmonies of #3C106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C106D

Black with #3C106D

Text Example


Text Example

White with #3C106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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