Html Css Color HEX #39177D Persian Indigo

📋 copy color: '#39177D'

red 57 ◦ green 23 ◦ blue 125

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

Shades of Persian Indigo #39177D

Tints of Persian Indigo #39177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.22%

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

R = 27.8%
G = 11.22%
B = 60.98%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39177D (or 0x39177D) is known color: Persian Indigo. HEX triplet: 39, 17 and 7D. RGB value is (57,23,125). Sum of RGB (Red+Green+Blue) = 57+23+125=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #39177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39177D is #C6E882. Grayscale: #2C2C2C. Windows color (decimal): -13035651 or 8197945. OLE color: 8197945.

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

Color convert

RGB 57 23 125 -
CMYK 0.54 0.82 0 0.51
HSL 260º 0.69% 0.29% -
HSV(B) 260º 0.82% 0.49% -
XYZ 5.7 2.96 19.67 -
YUV 44.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 57 23 125 0.54 0.82 0 0.51 260 0.69 0.29
Hex 39 17 7D 36 52 0 33 104 45 1D
Octal 71 27 175 66 122 0 63 404 105 35
Binary 111001 10111 1111101 110110 1010010 0 110011 100000100 1000101 11101

Color Harmonies of #39177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39177D

Black with #39177D

Text Example


Text Example

White with #39177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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