Html Css Color HEX #39157D Persian Indigo

📋 copy color: '#39157D'

red 57 ◦ green 21 ◦ blue 125

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

Shades of Persian Indigo #39157D

Tints of Persian Indigo #39157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

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

R = 28.08%
G = 10.34%
B = 61.58%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39157D (or 0x39157D) is known color: Persian Indigo. HEX triplet: 39, 15 and 7D. RGB value is (57,21,125). Sum of RGB (Red+Green+Blue) = 57+21+125=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #39157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39157D is #C6EA82. Grayscale: #2B2B2B. Windows color (decimal): -13036163 or 8197433. OLE color: 8197433.

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

Color convert

RGB 57 21 125 -
CMYK 0.54 0.83 0 0.51
HSL 260.77º 0.71% 0.29% -
HSV(B) 260.77º 0.83% 0.49% -
XYZ 5.66 2.89 19.66 -
YUV 43.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 57 21 125 0.54 0.83 0 0.51 260.77 0.71 0.29
Hex 39 15 7D 36 53 0 33 105 47 1D
Octal 71 25 175 66 123 0 63 405 107 35
Binary 111001 10101 1111101 110110 1010011 0 110011 100000101 1000111 11101

Color Harmonies of #39157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39157D

Black with #39157D

Text Example


Text Example

White with #39157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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