Html Css Color HEX #39137F Persian Indigo

📋 copy color: '#39137F'

red 57 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #39137F

Tints of Persian Indigo #39137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

 BLUE value IS 127 (50% from 255) = 62.56%

R = 28.08%
G = 9.36%
B = 62.56%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#39137F (or 0x39137F) is known color: Persian Indigo. HEX triplet: 39, 13 and 7F. RGB value is (57,19,127). Sum of RGB (Red+Green+Blue) = 57+19+127=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #39137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39137F is #C6EC80. Grayscale: #2A2A2A. Windows color (decimal): -13036673 or 8327993. OLE color: 8327993.

HSL color Cylindrical-coordinate representation of color #39137F: hue angle of 261.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #39137F is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 19 127 -
CMYK 0.55 0.85 0 0.50
HSL 261.11º 0.74% 0.29% -
HSV(B) 261.11º 0.85% 0.5% -
XYZ 5.75 2.87 20.33 -
YUV 42.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 57 19 127 0.55 0.85 0 0.50 261.11 0.74 0.29
Hex 39 13 7F 37 55 0 32 105 4A 1D
Octal 71 23 177 67 125 0 62 405 112 35
Binary 111001 10011 1111111 110111 1010101 0 110010 100000101 1001010 11101

Color Harmonies of #39137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39137F

Black with #39137F

Text Example


Text Example

White with #39137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39137F; }

 p { color: rgb(57,19,127); }

 H1.HeaderClassName
 {
   color: #39137F;
 }
 .AnyTagClassName
 {
   color: #39137F;
 }
</style>

background-color css

<style>
 a { background-color: #39137F; }

 a { background-color: rgb(57,19,127); }

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

border-color css

<style>
 span { border-color: #39137F; }

 span { border-color: rgb(57,19,127); }

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