Html Css Color HEX #390D84 Persian Indigo

📋 copy color: '#390D84'

red 57 ◦ green 13 ◦ blue 132

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

Shades of Persian Indigo #390D84

Tints of Persian Indigo #390D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 65.35%

R = 28.22%
G = 6.44%
B = 65.35%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#390D84 (or 0x390D84) is known color: Persian Indigo. HEX triplet: 39, 0D and 84. RGB value is (57,13,132). Sum of RGB (Red+Green+Blue) = 57+13+132=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #390D84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D84 is #C6F27B. Grayscale: #272727. Windows color (decimal): -13038204 or 8654137. OLE color: 8654137.

HSL color Cylindrical-coordinate representation of color #390D84: hue angle of 262.18º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390D84 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 13 132 -
CMYK 0.57 0.90 0 0.48
HSL 262.18º 0.82% 0.28% -
HSV(B) 262.18º 0.9% 0.52% -
XYZ 6 2.82 22.06 -
YUV 39.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 57 13 132 0.57 0.90 0 0.48 262.18 0.82 0.28
Hex 39 D 84 39 5A 0 30 106 52 1C
Octal 71 15 204 71 132 0 60 406 122 34
Binary 111001 1101 10000100 111001 1011010 0 110000 100000110 1010010 11100

Color Harmonies of #390D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D84

Black with #390D84

Text Example


Text Example

White with #390D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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