Html Css Color HEX #390F95 Persian Indigo

📋 copy color: '#390F95'

red 57 ◦ green 15 ◦ blue 149

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

Shades of Persian Indigo #390F95

Tints of Persian Indigo #390F95

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.79%

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

R = 25.79%
G = 6.79%
B = 67.42%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#390F95 (or 0x390F95) is known color: Persian Indigo. HEX triplet: 39, 0F and 95. RGB value is (57,15,149). Sum of RGB (Red+Green+Blue) = 57+15+149=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #390F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390F95 is #C6F06A. Grayscale: #2A2A2A. Windows color (decimal): -13037675 or 9768761. OLE color: 9768761.

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

Color convert

RGB 57 15 149 -
CMYK 0.62 0.90 0 0.42
HSL 258.81º 0.82% 0.32% -
HSV(B) 258.81º 0.9% 0.58% -
XYZ 7.28 3.38 28.7 -
YUV 42.83 187.91 138.1 -
System Red Green Blue C M Y K H S L
Decimal 57 15 149 0.62 0.90 0 0.42 258.81 0.82 0.32
Hex 39 F 95 3E 5A 0 2A 103 52 20
Octal 71 17 225 76 132 0 52 403 122 40
Binary 111001 1111 10010101 111110 1011010 0 101010 100000011 1010010 100000

Color Harmonies of #390F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F95

Black with #390F95

Text Example


Text Example

White with #390F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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