Html Css Color HEX #39139F Persian Indigo

📋 copy color: '#39139F'

red 57 ◦ green 19 ◦ blue 159

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

Shades of Persian Indigo #39139F

Tints of Persian Indigo #39139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.66%

R = 24.26%
G = 8.09%
B = 67.66%

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

#39139F (or 0x39139F) is known color: Persian Indigo. HEX triplet: 39, 13 and 9F. RGB value is (57,19,159). Sum of RGB (Red+Green+Blue) = 57+19+159=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #39139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39139F is #C6EC60. Grayscale: #2D2D2D. Windows color (decimal): -13036641 or 10425145. OLE color: 10425145.

HSL color Cylindrical-coordinate representation of color #39139F: hue angle of 256.29º degrees, saturation: 0.79, 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 #39139F is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 19 159 -
CMYK 0.64 0.88 0 0.38
HSL 256.29º 0.79% 0.35% -
HSV(B) 256.29º 0.88% 0.62% -
XYZ 8.18 3.84 33.11 -
YUV 46.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 57 19 159 0.64 0.88 0 0.38 256.29 0.79 0.35
Hex 39 13 9F 40 58 0 26 100 4F 23
Octal 71 23 237 100 130 0 46 400 117 43
Binary 111001 10011 10011111 1000000 1011000 0 100110 100000000 1001111 100011

Color Harmonies of #39139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39139F

Black with #39139F

Text Example


Text Example

White with #39139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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