Html Css Color HEX #390D95 Persian Indigo

📋 copy color: '#390D95'

red 57 ◦ green 13 ◦ blue 149

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

Shades of Persian Indigo #390D95

Tints of Persian Indigo #390D95

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.94%

 BLUE value IS 149 (58.59% from 255) = 68.04%

R = 26.03%
G = 5.94%
B = 68.04%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#390D95 (or 0x390D95) is known color: Persian Indigo. HEX triplet: 39, 0D and 95. RGB value is (57,13,149). Sum of RGB (Red+Green+Blue) = 57+13+149=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #390D95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D95 is #C6F26A. Grayscale: #292929. Windows color (decimal): -13038187 or 9768249. OLE color: 9768249.

HSL color Cylindrical-coordinate representation of color #390D95: hue angle of 259.41º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390D95 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 13 149 -
CMYK 0.62 0.91 0 0.42
HSL 259.41º 0.84% 0.32% -
HSV(B) 259.41º 0.91% 0.58% -
XYZ 7.26 3.33 28.69 -
YUV 41.66 188.58 138.94 -
System Red Green Blue C M Y K H S L
Decimal 57 13 149 0.62 0.91 0 0.42 259.41 0.84 0.32
Hex 39 D 95 3E 5B 0 2A 103 54 20
Octal 71 15 225 76 133 0 52 403 124 40
Binary 111001 1101 10010101 111110 1011011 0 101010 100000011 1010100 100000

Color Harmonies of #390D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D95

Black with #390D95

Text Example


Text Example

White with #390D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390D95; }

 p { color: rgb(57,13,149); }

 H1.HeaderClassName
 {
   color: #390D95;
 }
 .AnyTagClassName
 {
   color: #390D95;
 }
</style>

background-color css

<style>
 a { background-color: #390D95; }

 a { background-color: rgb(57,13,149); }

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

border-color css

<style>
 span { border-color: #390D95; }

 span { border-color: rgb(57,13,149); }

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