Html Css Color HEX #390996 Persian Indigo

📋 copy color: '#390996'

red 57 ◦ green 9 ◦ blue 150

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

Shades of Persian Indigo #390996

Tints of Persian Indigo #390996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

 BLUE value IS 150 (58.98% from 255) = 69.44%

R = 26.39%
G = 4.17%
B = 69.44%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#390996 (or 0x390996) is known color: Persian Indigo. HEX triplet: 39, 09 and 96. RGB value is (57,9,150). Sum of RGB (Red+Green+Blue) = 57+9+150=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #390996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390996 is #C6F669. Grayscale: #262626. Windows color (decimal): -13039210 or 9832761. OLE color: 9832761.

HSL color Cylindrical-coordinate representation of color #390996: hue angle of 260.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390996 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 9 150 -
CMYK 0.62 0.94 0 0.41
HSL 260.43º 0.89% 0.31% -
HSV(B) 260.43º 0.94% 0.59% -
XYZ 7.29 3.27 29.1 -
YUV 39.43 190.4 140.54 -
System Red Green Blue C M Y K H S L
Decimal 57 9 150 0.62 0.94 0 0.41 260.43 0.89 0.31
Hex 39 9 96 3E 5E 0 29 104 59 1F
Octal 71 11 226 76 136 0 51 404 131 37
Binary 111001 1001 10010110 111110 1011110 0 101001 100000100 1011001 11111

Color Harmonies of #390996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390996

Black with #390996

Text Example


Text Example

White with #390996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390996; }

 p { color: rgb(57,9,150); }

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

background-color css

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

 a { background-color: rgb(57,9,150); }

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

border-color css

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

 span { border-color: rgb(57,9,150); }

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