Html Css Color HEX #39208D Persian Indigo

📋 copy color: '#39208D'

red 57 ◦ green 32 ◦ blue 141

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

Shades of Persian Indigo #39208D

Tints of Persian Indigo #39208D

RGB

 RED value IS 57 (22.66% from 255) = 24.78%

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

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

R = 24.78%
G = 13.91%
B = 61.3%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39208D (or 0x39208D) is known color: Persian Indigo. HEX triplet: 39, 20 and 8D. RGB value is (57,32,141). Sum of RGB (Red+Green+Blue) = 57+32+141=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #39208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39208D is #C6DF72. Grayscale: #333333. Windows color (decimal): -13033331 or 9248825. OLE color: 9248825.

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

Color convert

RGB 57 32 141 -
CMYK 0.60 0.77 0 0.45
HSL 253.76º 0.63% 0.34% -
HSV(B) 253.76º 0.77% 0.55% -
XYZ 7.01 3.83 25.57 -
YUV 51.9 178.28 131.64 -
System Red Green Blue C M Y K H S L
Decimal 57 32 141 0.60 0.77 0 0.45 253.76 0.63 0.34
Hex 39 20 8D 3C 4D 0 2D FE 3F 22
Octal 71 40 215 74 115 0 55 376 77 42
Binary 111001 100000 10001101 111100 1001101 0 101101 11111110 111111 100010

Color Harmonies of #39208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39208D

Black with #39208D

Text Example


Text Example

White with #39208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39208D; }

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

 H1.HeaderClassName
 {
   color: #39208D;
 }
 .AnyTagClassName
 {
   color: #39208D;
 }
</style>

background-color css

<style>
 a { background-color: #39208D; }

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

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

border-color css

<style>
 span { border-color: #39208D; }

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

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