Html Css Color HEX #390E75 Persian Indigo

📋 copy color: '#390E75'

red 57 ◦ green 14 ◦ blue 117

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

Shades of Persian Indigo #390E75

Tints of Persian Indigo #390E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.45%

 BLUE value IS 117 (46.09% from 255) = 62.23%

R = 30.32%
G = 7.45%
B = 62.23%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#390E75 (or 0x390E75) is known color: Persian Indigo. HEX triplet: 39, 0E and 75. RGB value is (57,14,117). Sum of RGB (Red+Green+Blue) = 57+14+117=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #390E75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390E75 is #C6F18A. Grayscale: #262626. Windows color (decimal): -13037963 or 7671353. OLE color: 7671353.

HSL color Cylindrical-coordinate representation of color #390E75: hue angle of 265.05º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390E75 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 14 117 -
CMYK 0.51 0.88 0 0.54
HSL 265.05º 0.79% 0.26% -
HSV(B) 265.05º 0.88% 0.46% -
XYZ 5.06 2.47 17.04 -
YUV 38.6 172.25 141.12 -
System Red Green Blue C M Y K H S L
Decimal 57 14 117 0.51 0.88 0 0.54 265.05 0.79 0.26
Hex 39 E 75 33 58 0 36 109 4F 1A
Octal 71 16 165 63 130 0 66 411 117 32
Binary 111001 1110 1110101 110011 1011000 0 110110 100001001 1001111 11010

Color Harmonies of #390E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E75

Black with #390E75

Text Example


Text Example

White with #390E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,14,117); }

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

background-color css

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

 a { background-color: rgb(57,14,117); }

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

border-color css

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

 span { border-color: rgb(57,14,117); }

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