Html Css Color HEX #390F84 Persian Indigo

📋 copy color: '#390F84'

red 57 ◦ green 15 ◦ blue 132

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

Shades of Persian Indigo #390F84

Tints of Persian Indigo #390F84

RGB

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

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

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

R = 27.94%
G = 7.35%
B = 64.71%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#390F84 (or 0x390F84) is known color: Persian Indigo. HEX triplet: 39, 0F and 84. RGB value is (57,15,132). Sum of RGB (Red+Green+Blue) = 57+15+132=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #390F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390F84 is #C6F07B. Grayscale: #282828. Windows color (decimal): -13037692 or 8654649. OLE color: 8654649.

HSL color Cylindrical-coordinate representation of color #390F84: hue angle of 261.54º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390F84 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 15 132 -
CMYK 0.57 0.89 0 0.48
HSL 261.54º 0.8% 0.29% -
HSV(B) 261.54º 0.89% 0.52% -
XYZ 6.02 2.88 22.07 -
YUV 40.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 57 15 132 0.57 0.89 0 0.48 261.54 0.8 0.29
Hex 39 F 84 39 59 0 30 106 50 1D
Octal 71 17 204 71 131 0 60 406 120 35
Binary 111001 1111 10000100 111001 1011001 0 110000 100000110 1010000 11101

Color Harmonies of #390F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F84

Black with #390F84

Text Example


Text Example

White with #390F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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