Html Css Color HEX #390D94 Persian Indigo

📋 copy color: '#390D94'

red 57 ◦ green 13 ◦ blue 148

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

Shades of Persian Indigo #390D94

Tints of Persian Indigo #390D94

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.96%

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

R = 26.15%
G = 5.96%
B = 67.89%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#390D94 (or 0x390D94) is known color: Persian Indigo. HEX triplet: 39, 0D and 94. RGB value is (57,13,148). Sum of RGB (Red+Green+Blue) = 57+13+148=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #390D94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D94 is #C6F26B. Grayscale: #292929. Windows color (decimal): -13038188 or 9702713. OLE color: 9702713.

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

Color convert

RGB 57 13 148 -
CMYK 0.61 0.91 0 0.42
HSL 259.56º 0.84% 0.32% -
HSV(B) 259.56º 0.91% 0.58% -
XYZ 7.18 3.3 28.27 -
YUV 41.55 188.08 139.02 -
System Red Green Blue C M Y K H S L
Decimal 57 13 148 0.61 0.91 0 0.42 259.56 0.84 0.32
Hex 39 D 94 3D 5B 0 2A 104 54 20
Octal 71 15 224 75 133 0 52 404 124 40
Binary 111001 1101 10010100 111101 1011011 0 101010 100000100 1010100 100000

Color Harmonies of #390D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D94

Black with #390D94

Text Example


Text Example

White with #390D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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