Html Css Color HEX #390D92 Persian Indigo

📋 copy color: '#390D92'

red 57 ◦ green 13 ◦ blue 146

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

Shades of Persian Indigo #390D92

Tints of Persian Indigo #390D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 67.59%

R = 26.39%
G = 6.02%
B = 67.59%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#390D92 (or 0x390D92) is known color: Persian Indigo. HEX triplet: 39, 0D and 92. RGB value is (57,13,146). Sum of RGB (Red+Green+Blue) = 57+13+146=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #390D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D92 is #C6F26D. Grayscale: #282828. Windows color (decimal): -13038190 or 9571641. OLE color: 9571641.

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

Color convert

RGB 57 13 146 -
CMYK 0.61 0.91 0 0.43
HSL 259.85º 0.84% 0.31% -
HSV(B) 259.85º 0.91% 0.57% -
XYZ 7.02 3.23 27.45 -
YUV 41.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 57 13 146 0.61 0.91 0 0.43 259.85 0.84 0.31
Hex 39 D 92 3D 5B 0 2B 104 54 1F
Octal 71 15 222 75 133 0 53 404 124 37
Binary 111001 1101 10010010 111101 1011011 0 101011 100000100 1010100 11111

Color Harmonies of #390D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D92

Black with #390D92

Text Example


Text Example

White with #390D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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