Html Css Color HEX #39177F Persian Indigo

📋 copy color: '#39177F'

red 57 ◦ green 23 ◦ blue 127

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

Shades of Persian Indigo #39177F

Tints of Persian Indigo #39177F

RGB

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

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

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

R = 27.54%
G = 11.11%
B = 61.35%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#39177F (or 0x39177F) is known color: Persian Indigo. HEX triplet: 39, 17 and 7F. RGB value is (57,23,127). Sum of RGB (Red+Green+Blue) = 57+23+127=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #39177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39177F is #C6E880. Grayscale: #2C2C2C. Windows color (decimal): -13035649 or 8329017. OLE color: 8329017.

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

Color convert

RGB 57 23 127 -
CMYK 0.55 0.82 0 0.50
HSL 259.62º 0.69% 0.29% -
HSV(B) 259.62º 0.82% 0.5% -
XYZ 5.82 3.01 20.35 -
YUV 45.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 57 23 127 0.55 0.82 0 0.50 259.62 0.69 0.29
Hex 39 17 7F 37 52 0 32 104 45 1D
Octal 71 27 177 67 122 0 62 404 105 35
Binary 111001 10111 1111111 110111 1010010 0 110010 100000100 1000101 11101

Color Harmonies of #39177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39177F

Black with #39177F

Text Example


Text Example

White with #39177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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