Html Css Color HEX #39197D Persian Indigo

📋 copy color: '#39197D'

red 57 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #39197D

Tints of Persian Indigo #39197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 27.54%
G = 12.08%
B = 60.39%

CMYK

 C value IS 0.54

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39197D (or 0x39197D) is known color: Persian Indigo. HEX triplet: 39, 19 and 7D. RGB value is (57,25,125). Sum of RGB (Red+Green+Blue) = 57+25+125=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #39197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39197D is #C6E682. Grayscale: #2D2D2D. Windows color (decimal): -13035139 or 8198457. OLE color: 8198457.

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

Color convert

RGB 57 25 125 -
CMYK 0.54 0.8 0 0.51
HSL 259.2º 0.67% 0.29% -
HSV(B) 259.2º 0.8% 0.49% -
XYZ 5.74 3.05 19.69 -
YUV 45.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 57 25 125 0.54 0.8 0 0.51 259.2 0.67 0.29
Hex 39 19 7D 36 50 0 33 103 43 1D
Octal 71 31 175 66 120 0 63 403 103 35
Binary 111001 11001 1111101 110110 1010000 0 110011 100000011 1000011 11101

Color Harmonies of #39197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39197D

Black with #39197D

Text Example


Text Example

White with #39197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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