Html Css Color HEX #39178D Persian Indigo

📋 copy color: '#39178D'

red 57 ◦ green 23 ◦ blue 141

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

Shades of Persian Indigo #39178D

Tints of Persian Indigo #39178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.8%

R = 25.79%
G = 10.41%
B = 63.8%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39178D (or 0x39178D) is known color: Persian Indigo. HEX triplet: 39, 17 and 8D. RGB value is (57,23,141). Sum of RGB (Red+Green+Blue) = 57+23+141=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #39178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39178D is #C6E872. Grayscale: #2E2E2E. Windows color (decimal): -13035635 or 9246521. OLE color: 9246521.

HSL color Cylindrical-coordinate representation of color #39178D: hue angle of 257.29º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #39178D is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 23 141 -
CMYK 0.60 0.84 0 0.45
HSL 257.29º 0.72% 0.32% -
HSV(B) 257.29º 0.84% 0.55% -
XYZ 6.8 3.41 25.5 -
YUV 46.62 181.26 135.41 -
System Red Green Blue C M Y K H S L
Decimal 57 23 141 0.60 0.84 0 0.45 257.29 0.72 0.32
Hex 39 17 8D 3C 54 0 2D 101 48 20
Octal 71 27 215 74 124 0 55 401 110 40
Binary 111001 10111 10001101 111100 1010100 0 101101 100000001 1001000 100000

Color Harmonies of #39178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39178D

Black with #39178D

Text Example


Text Example

White with #39178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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