Html Css Color HEX #3C208C Persian Indigo

📋 copy color: '#3C208C'

red 60 ◦ green 32 ◦ blue 140

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

Shades of Persian Indigo #3C208C

Tints of Persian Indigo #3C208C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 140 (55.08% from 255) = 60.34%

R = 25.86%
G = 13.79%
B = 60.34%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C208C (or 0x3C208C) is known color: Persian Indigo. HEX triplet: 3C, 20 and 8C. RGB value is (60,32,140). Sum of RGB (Red+Green+Blue) = 60+32+140=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C208C is #C3DF73. Grayscale: #343434. Windows color (decimal): -12836724 or 9183292. OLE color: 9183292.

HSL color Cylindrical-coordinate representation of color #3C208C: hue angle of 255.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C208C is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 32 140 -
CMYK 0.57 0.77 0 0.45
HSL 255.56º 0.63% 0.34% -
HSV(B) 255.56º 0.77% 0.55% -
XYZ 7.11 3.89 25.19 -
YUV 52.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 60 32 140 0.57 0.77 0 0.45 255.56 0.63 0.34
Hex 3C 20 8C 39 4D 0 2D 100 3F 22
Octal 74 40 214 71 115 0 55 400 77 42
Binary 111100 100000 10001100 111001 1001101 0 101101 100000000 111111 100010

Color Harmonies of #3C208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C208C

Black with #3C208C

Text Example


Text Example

White with #3C208C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,32,140); }

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

background-color css

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

 a { background-color: rgb(60,32,140); }

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

border-color css

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

 span { border-color: rgb(60,32,140); }

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