Html Css Color HEX #39137C Persian Indigo

📋 copy color: '#39137C'

red 57 ◦ green 19 ◦ blue 124

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

Shades of Persian Indigo #39137C

Tints of Persian Indigo #39137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 62%

R = 28.5%
G = 9.5%
B = 62%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39137C (or 0x39137C) is known color: Persian Indigo. HEX triplet: 39, 13 and 7C. RGB value is (57,19,124). Sum of RGB (Red+Green+Blue) = 57+19+124=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #39137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39137C is #C6EC83. Grayscale: #292929. Windows color (decimal): -13036676 or 8131385. OLE color: 8131385.

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

Color convert

RGB 57 19 124 -
CMYK 0.54 0.85 0 0.51
HSL 261.71º 0.73% 0.28% -
HSV(B) 261.71º 0.85% 0.49% -
XYZ 5.56 2.79 19.31 -
YUV 42.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 57 19 124 0.54 0.85 0 0.51 261.71 0.73 0.28
Hex 39 13 7C 36 55 0 33 106 49 1C
Octal 71 23 174 66 125 0 63 406 111 34
Binary 111001 10011 1111100 110110 1010101 0 110011 100000110 1001001 11100

Color Harmonies of #39137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39137C

Black with #39137C

Text Example


Text Example

White with #39137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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