Html Css Color HEX #39119D Persian Indigo

📋 copy color: '#39119D'

red 57 ◦ green 17 ◦ blue 157

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

Shades of Persian Indigo #39119D

Tints of Persian Indigo #39119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.36%

 BLUE value IS 157 (61.72% from 255) = 67.97%

R = 24.68%
G = 7.36%
B = 67.97%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39119D (or 0x39119D) is known color: Persian Indigo. HEX triplet: 39, 11 and 9D. RGB value is (57,17,157). Sum of RGB (Red+Green+Blue) = 57+17+157=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #39119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39119D is #C6EE62. Grayscale: #2C2C2C. Windows color (decimal): -13037155 or 10293561. OLE color: 10293561.

HSL color Cylindrical-coordinate representation of color #39119D: hue angle of 257.14º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39119D is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 17 157 -
CMYK 0.64 0.89 0 0.38
HSL 257.14º 0.8% 0.34% -
HSV(B) 257.14º 0.89% 0.62% -
XYZ 7.97 3.71 32.19 -
YUV 44.92 191.25 136.62 -
System Red Green Blue C M Y K H S L
Decimal 57 17 157 0.64 0.89 0 0.38 257.14 0.8 0.34
Hex 39 11 9D 40 59 0 26 101 50 22
Octal 71 21 235 100 131 0 46 401 120 42
Binary 111001 10001 10011101 1000000 1011001 0 100110 100000001 1010000 100010

Color Harmonies of #39119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39119D

Black with #39119D

Text Example


Text Example

White with #39119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,17,157); }

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

background-color css

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

 a { background-color: rgb(57,17,157); }

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

border-color css

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

 span { border-color: rgb(57,17,157); }

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