Html Css Color HEX #39139D Persian Indigo

📋 copy color: '#39139D'

red 57 ◦ green 19 ◦ blue 157

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

Shades of Persian Indigo #39139D

Tints of Persian Indigo #39139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

 BLUE value IS 157 (61.72% from 255) = 67.38%

R = 24.46%
G = 8.15%
B = 67.38%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39139D (or 0x39139D) is known color: Persian Indigo. HEX triplet: 39, 13 and 9D. RGB value is (57,19,157). Sum of RGB (Red+Green+Blue) = 57+19+157=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #39139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39139D is #C6EC62. Grayscale: #2D2D2D. Windows color (decimal): -13036643 or 10294073. OLE color: 10294073.

HSL color Cylindrical-coordinate representation of color #39139D: hue angle of 256.52º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #39139D is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 19 157 -
CMYK 0.64 0.88 0 0.38
HSL 256.52º 0.78% 0.35% -
HSV(B) 256.52º 0.88% 0.62% -
XYZ 8.01 3.77 32.2 -
YUV 46.09 190.59 135.78 -
System Red Green Blue C M Y K H S L
Decimal 57 19 157 0.64 0.88 0 0.38 256.52 0.78 0.35
Hex 39 13 9D 40 58 0 26 101 4E 23
Octal 71 23 235 100 130 0 46 401 116 43
Binary 111001 10011 10011101 1000000 1011000 0 100110 100000001 1001110 100011

Color Harmonies of #39139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39139D

Black with #39139D

Text Example


Text Example

White with #39139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,19,157); }

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

background-color css

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

 a { background-color: rgb(57,19,157); }

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

border-color css

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

 span { border-color: rgb(57,19,157); }

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