Html Css Color HEX #39117D Persian Indigo

📋 copy color: '#39117D'

red 57 ◦ green 17 ◦ blue 125

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

Shades of Persian Indigo #39117D

Tints of Persian Indigo #39117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 62.81%

R = 28.64%
G = 8.54%
B = 62.81%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39117D (or 0x39117D) is known color: Persian Indigo. HEX triplet: 39, 11 and 7D. RGB value is (57,17,125). Sum of RGB (Red+Green+Blue) = 57+17+125=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #39117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39117D is #C6EE82. Grayscale: #282828. Windows color (decimal): -13037187 or 8196409. OLE color: 8196409.

HSL color Cylindrical-coordinate representation of color #39117D: hue angle of 262.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39117D is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 17 125 -
CMYK 0.54 0.86 0 0.51
HSL 262.22º 0.76% 0.28% -
HSV(B) 262.22º 0.86% 0.49% -
XYZ 5.59 2.75 19.64 -
YUV 41.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 57 17 125 0.54 0.86 0 0.51 262.22 0.76 0.28
Hex 39 11 7D 36 56 0 33 106 4C 1C
Octal 71 21 175 66 126 0 63 406 114 34
Binary 111001 10001 1111101 110110 1010110 0 110011 100000110 1001100 11100

Color Harmonies of #39117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39117D

Black with #39117D

Text Example


Text Example

White with #39117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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