Html Css Color HEX #3C208D Persian Indigo

📋 copy color: '#3C208D'

red 60 ◦ green 32 ◦ blue 141

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

Shades of Persian Indigo #3C208D

Tints of Persian Indigo #3C208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60.52%

R = 25.75%
G = 13.73%
B = 60.52%

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

#3C208D (or 0x3C208D) is known color: Persian Indigo. HEX triplet: 3C, 20 and 8D. RGB value is (60,32,141). Sum of RGB (Red+Green+Blue) = 60+32+141=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C208D is #C3DF72. Grayscale: #343434. Windows color (decimal): -12836723 or 9248828. OLE color: 9248828.

HSL color Cylindrical-coordinate representation of color #3C208D: hue angle of 255.41º 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 #3C208D is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 32 141 -
CMYK 0.57 0.77 0 0.45
HSL 255.41º 0.63% 0.34% -
HSV(B) 255.41º 0.77% 0.55% -
XYZ 7.19 3.92 25.58 -
YUV 52.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 60 32 141 0.57 0.77 0 0.45 255.41 0.63 0.34
Hex 3C 20 8D 39 4D 0 2D FF 3F 22
Octal 74 40 215 71 115 0 55 377 77 42
Binary 111100 100000 10001101 111001 1001101 0 101101 11111111 111111 100010

Color Harmonies of #3C208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C208D

Black with #3C208D

Text Example


Text Example

White with #3C208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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