Html Css Color HEX #3D208D Persian Indigo

📋 copy color: '#3D208D'

red 61 ◦ green 32 ◦ blue 141

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

Shades of Persian Indigo #3D208D

Tints of Persian Indigo #3D208D

RGB

 RED value IS 61 (24.22% from 255) = 26.07%

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

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

R = 26.07%
G = 13.68%
B = 60.26%

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

#3D208D (or 0x3D208D) is known color: Persian Indigo. HEX triplet: 3D, 20 and 8D. RGB value is (61,32,141). Sum of RGB (Red+Green+Blue) = 61+32+141=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D208D is #C2DF72. Grayscale: #343434. Windows color (decimal): -12771187 or 9248829. OLE color: 9248829.

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

Color convert

RGB 61 32 141 -
CMYK 0.57 0.77 0 0.45
HSL 255.96º 0.63% 0.34% -
HSV(B) 255.96º 0.77% 0.55% -
XYZ 7.25 3.95 25.58 -
YUV 53.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 61 32 141 0.57 0.77 0 0.45 255.96 0.63 0.34
Hex 3D 20 8D 39 4D 0 2D 100 3F 22
Octal 75 40 215 71 115 0 55 400 77 42
Binary 111101 100000 10001101 111001 1001101 0 101101 100000000 111111 100010

Color Harmonies of #3D208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D208D

Black with #3D208D

Text Example


Text Example

White with #3D208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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