Html Css Color HEX #390794 Persian Indigo

📋 copy color: '#390794'

red 57 ◦ green 7 ◦ blue 148

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

Shades of Persian Indigo #390794

Tints of Persian Indigo #390794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

 BLUE value IS 148 (58.2% from 255) = 69.81%

R = 26.89%
G = 3.3%
B = 69.81%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#390794 (or 0x390794) is known color: Persian Indigo. HEX triplet: 39, 07 and 94. RGB value is (57,7,148). Sum of RGB (Red+Green+Blue) = 57+7+148=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #390794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390794 is #C6F86B. Grayscale: #252525. Windows color (decimal): -13039724 or 9701177. OLE color: 9701177.

HSL color Cylindrical-coordinate representation of color #390794: hue angle of 261.28º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390794 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 7 148 -
CMYK 0.61 0.95 0 0.42
HSL 261.28º 0.91% 0.3% -
HSV(B) 261.28º 0.95% 0.58% -
XYZ 7.11 3.16 28.25 -
YUV 38.02 190.07 141.54 -
System Red Green Blue C M Y K H S L
Decimal 57 7 148 0.61 0.95 0 0.42 261.28 0.91 0.3
Hex 39 7 94 3D 5F 0 2A 105 5B 1E
Octal 71 7 224 75 137 0 52 405 133 36
Binary 111001 111 10010100 111101 1011111 0 101010 100000101 1011011 11110

Color Harmonies of #390794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390794

Black with #390794

Text Example


Text Example

White with #390794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390794; }

 p { color: rgb(57,7,148); }

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

background-color css

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

 a { background-color: rgb(57,7,148); }

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

border-color css

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

 span { border-color: rgb(57,7,148); }

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