Html Css Color HEX #390884 Persian Indigo

📋 copy color: '#390884'

red 57 ◦ green 8 ◦ blue 132

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

Shades of Persian Indigo #390884

Tints of Persian Indigo #390884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

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

R = 28.93%
G = 4.06%
B = 67.01%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#390884 (or 0x390884) is known color: Persian Indigo. HEX triplet: 39, 08 and 84. RGB value is (57,8,132). Sum of RGB (Red+Green+Blue) = 57+8+132=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #390884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390884 is #C6F77B. Grayscale: #242424. Windows color (decimal): -13039484 or 8652857. OLE color: 8652857.

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

Color convert

RGB 57 8 132 -
CMYK 0.57 0.94 0 0.48
HSL 263.71º 0.89% 0.27% -
HSV(B) 263.71º 0.94% 0.52% -
XYZ 5.94 2.71 22.04 -
YUV 36.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 57 8 132 0.57 0.94 0 0.48 263.71 0.89 0.27
Hex 39 8 84 39 5E 0 30 108 59 1B
Octal 71 10 204 71 136 0 60 410 131 33
Binary 111001 1000 10000100 111001 1011110 0 110000 100001000 1011001 11011

Color Harmonies of #390884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390884

Black with #390884

Text Example


Text Example

White with #390884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390884; }

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

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

background-color css

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

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

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

border-color css

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

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

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