Html Css Color HEX #390F73 Persian Indigo

📋 copy color: '#390F73'

red 57 ◦ green 15 ◦ blue 115

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

Shades of Persian Indigo #390F73

Tints of Persian Indigo #390F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 61.5%

R = 30.48%
G = 8.02%
B = 61.5%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#390F73 (or 0x390F73) is known color: Persian Indigo. HEX triplet: 39, 0F and 73. RGB value is (57,15,115). Sum of RGB (Red+Green+Blue) = 57+15+115=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #390F73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F73 is #C6F08C. Grayscale: #262626. Windows color (decimal): -13037709 or 7540537. OLE color: 7540537.

HSL color Cylindrical-coordinate representation of color #390F73: hue angle of 265.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #390F73 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 15 115 -
CMYK 0.50 0.87 0 0.55
HSL 265.2º 0.77% 0.25% -
HSV(B) 265.2º 0.87% 0.45% -
XYZ 4.95 2.45 16.43 -
YUV 38.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 57 15 115 0.50 0.87 0 0.55 265.2 0.77 0.25
Hex 39 F 73 32 57 0 37 109 4D 19
Octal 71 17 163 62 127 0 67 411 115 31
Binary 111001 1111 1110011 110010 1010111 0 110111 100001001 1001101 11001

Color Harmonies of #390F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F73

Black with #390F73

Text Example


Text Example

White with #390F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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