Html Css Color HEX #390F94 Persian Indigo

📋 copy color: '#390F94'

red 57 ◦ green 15 ◦ blue 148

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

Shades of Persian Indigo #390F94

Tints of Persian Indigo #390F94

RGB

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

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

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

R = 25.91%
G = 6.82%
B = 67.27%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#390F94 (or 0x390F94) is known color: Persian Indigo. HEX triplet: 39, 0F and 94. RGB value is (57,15,148). Sum of RGB (Red+Green+Blue) = 57+15+148=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #390F94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390F94 is #C6F06B. Grayscale: #2A2A2A. Windows color (decimal): -13037676 or 9703225. OLE color: 9703225.

HSL color Cylindrical-coordinate representation of color #390F94: hue angle of 258.95º 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 #390F94 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 15 148 -
CMYK 0.61 0.90 0 0.42
HSL 258.95º 0.82% 0.32% -
HSV(B) 258.95º 0.9% 0.58% -
XYZ 7.2 3.35 28.28 -
YUV 42.72 187.41 138.19 -
System Red Green Blue C M Y K H S L
Decimal 57 15 148 0.61 0.90 0 0.42 258.95 0.82 0.32
Hex 39 F 94 3D 5A 0 2A 103 52 20
Octal 71 17 224 75 132 0 52 403 122 40
Binary 111001 1111 10010100 111101 1011010 0 101010 100000011 1010010 100000

Color Harmonies of #390F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F94

Black with #390F94

Text Example


Text Example

White with #390F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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