Html Css Color HEX #390B93 Persian Indigo

📋 copy color: '#390B93'

red 57 ◦ green 11 ◦ blue 147

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

Shades of Persian Indigo #390B93

Tints of Persian Indigo #390B93

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

 BLUE value IS 147 (57.81% from 255) = 68.37%

R = 26.51%
G = 5.12%
B = 68.37%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#390B93 (or 0x390B93) is known color: Persian Indigo. HEX triplet: 39, 0B and 93. RGB value is (57,11,147). Sum of RGB (Red+Green+Blue) = 57+11+147=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #390B93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390B93 is #C6F46C. Grayscale: #272727. Windows color (decimal): -13038701 or 9636665. OLE color: 9636665.

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

Color convert

RGB 57 11 147 -
CMYK 0.61 0.93 0 0.42
HSL 260.29º 0.86% 0.31% -
HSV(B) 260.29º 0.93% 0.58% -
XYZ 7.07 3.22 27.85 -
YUV 40.26 188.24 139.94 -
System Red Green Blue C M Y K H S L
Decimal 57 11 147 0.61 0.93 0 0.42 260.29 0.86 0.31
Hex 39 B 93 3D 5D 0 2A 104 56 1F
Octal 71 13 223 75 135 0 52 404 126 37
Binary 111001 1011 10010011 111101 1011101 0 101010 100000100 1010110 11111

Color Harmonies of #390B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B93

Black with #390B93

Text Example


Text Example

White with #390B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,11,147); }

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

background-color css

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

 a { background-color: rgb(57,11,147); }

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

border-color css

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

 span { border-color: rgb(57,11,147); }

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