Html Css Color HEX #39136D Persian Indigo

📋 copy color: '#39136D'

red 57 ◦ green 19 ◦ blue 109

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

Shades of Persian Indigo #39136D

Tints of Persian Indigo #39136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 58.92%

R = 30.81%
G = 10.27%
B = 58.92%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#39136D (or 0x39136D) is known color: Persian Indigo. HEX triplet: 39, 13 and 6D. RGB value is (57,19,109). Sum of RGB (Red+Green+Blue) = 57+19+109=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #39136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39136D is #C6EC92. Grayscale: #282828. Windows color (decimal): -13036691 or 7148345. OLE color: 7148345.

HSL color Cylindrical-coordinate representation of color #39136D: hue angle of 265.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39136D is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 19 109 -
CMYK 0.48 0.83 0 0.57
HSL 265.33º 0.7% 0.25% -
HSV(B) 265.33º 0.83% 0.43% -
XYZ 4.68 2.44 14.69 -
YUV 40.62 166.59 139.68 -
System Red Green Blue C M Y K H S L
Decimal 57 19 109 0.48 0.83 0 0.57 265.33 0.7 0.25
Hex 39 13 6D 30 53 0 39 109 46 19
Octal 71 23 155 60 123 0 71 411 106 31
Binary 111001 10011 1101101 110000 1010011 0 111001 100001001 1000110 11001

Color Harmonies of #39136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39136D

Black with #39136D

Text Example


Text Example

White with #39136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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