Html Css Color HEX #3C2185 Persian Indigo

📋 copy color: '#3C2185'

red 60 ◦ green 33 ◦ blue 133

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

Shades of Persian Indigo #3C2185

Tints of Persian Indigo #3C2185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.85%

R = 26.55%
G = 14.6%
B = 58.85%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C2185 (or 0x3C2185) is known color: Persian Indigo. HEX triplet: 3C, 21 and 85. RGB value is (60,33,133). Sum of RGB (Red+Green+Blue) = 60+33+133=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C2185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2185 is #C3DE7A. Grayscale: #343434. Windows color (decimal): -12836475 or 8724796. OLE color: 8724796.

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

Color convert

RGB 60 33 133 -
CMYK 0.55 0.75 0 0.48
HSL 256.2º 0.6% 0.33% -
HSV(B) 256.2º 0.75% 0.52% -
XYZ 6.64 3.74 22.56 -
YUV 52.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 60 33 133 0.55 0.75 0 0.48 256.2 0.6 0.33
Hex 3C 21 85 37 4B 0 30 100 3C 21
Octal 74 41 205 67 113 0 60 400 74 41
Binary 111100 100001 10000101 110111 1001011 0 110000 100000000 111100 100001

Color Harmonies of #3C2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2185

Black with #3C2185

Text Example


Text Example

White with #3C2185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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