Html Css Color HEX #390882 Persian Indigo

📋 copy color: '#390882'

red 57 ◦ green 8 ◦ blue 130

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

Shades of Persian Indigo #390882

Tints of Persian Indigo #390882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 66.67%

R = 29.23%
G = 4.1%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#390882 (or 0x390882) is known color: Persian Indigo. HEX triplet: 39, 08 and 82. RGB value is (57,8,130). Sum of RGB (Red+Green+Blue) = 57+8+130=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #390882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390882 is #C6F77D. Grayscale: #242424. Windows color (decimal): -13039486 or 8521785. OLE color: 8521785.

HSL color Cylindrical-coordinate representation of color #390882: hue angle of 264.1º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390882 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 8 130 -
CMYK 0.56 0.94 0 0.49
HSL 264.1º 0.88% 0.27% -
HSV(B) 264.1º 0.94% 0.51% -
XYZ 5.8 2.66 21.33 -
YUV 36.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 57 8 130 0.56 0.94 0 0.49 264.1 0.88 0.27
Hex 39 8 82 38 5E 0 31 108 58 1B
Octal 71 10 202 70 136 0 61 410 130 33
Binary 111001 1000 10000010 111000 1011110 0 110001 100001000 1011000 11011

Color Harmonies of #390882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390882

Black with #390882

Text Example


Text Example

White with #390882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390882; }

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

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

background-color css

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

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

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

border-color css

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

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

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