Html Css Color HEX #3C2186 Persian Indigo

📋 copy color: '#3C2186'

red 60 ◦ green 33 ◦ blue 134

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

Shades of Persian Indigo #3C2186

Tints of Persian Indigo #3C2186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

 BLUE value IS 134 (52.73% from 255) = 59.03%

R = 26.43%
G = 14.54%
B = 59.03%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C2186 (or 0x3C2186) is known color: Persian Indigo. HEX triplet: 3C, 21 and 86. RGB value is (60,33,134). Sum of RGB (Red+Green+Blue) = 60+33+134=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #3C2186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2186 is #C3DE79. Grayscale: #343434. Windows color (decimal): -12836474 or 8790332. OLE color: 8790332.

HSL color Cylindrical-coordinate representation of color #3C2186: hue angle of 256.04º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C2186 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 33 134 -
CMYK 0.55 0.75 0 0.47
HSL 256.04º 0.6% 0.33% -
HSV(B) 256.04º 0.75% 0.53% -
XYZ 6.71 3.77 22.93 -
YUV 52.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 60 33 134 0.55 0.75 0 0.47 256.04 0.6 0.33
Hex 3C 21 86 37 4B 0 2F 100 3C 21
Octal 74 41 206 67 113 0 57 400 74 41
Binary 111100 100001 10000110 110111 1001011 0 101111 100000000 111100 100001

Color Harmonies of #3C2186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2186

Black with #3C2186

Text Example


Text Example

White with #3C2186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,33,134); }

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

background-color css

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

 a { background-color: rgb(60,33,134); }

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

border-color css

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

 span { border-color: rgb(60,33,134); }

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