Html Css Color HEX #390899 Persian Indigo

📋 copy color: '#390899'

red 57 ◦ green 8 ◦ blue 153

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

Shades of Persian Indigo #390899

Tints of Persian Indigo #390899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.18%

R = 26.15%
G = 3.67%
B = 70.18%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#390899 (or 0x390899) is known color: Persian Indigo. HEX triplet: 39, 08 and 99. RGB value is (57,8,153). Sum of RGB (Red+Green+Blue) = 57+8+153=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #390899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390899 is #C6F766. Grayscale: #262626. Windows color (decimal): -13039463 or 10029113. OLE color: 10029113.

HSL color Cylindrical-coordinate representation of color #390899: hue angle of 260.28º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390899 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 8 153 -
CMYK 0.63 0.95 0 0.4
HSL 260.28º 0.9% 0.32% -
HSV(B) 260.28º 0.95% 0.6% -
XYZ 7.52 3.34 30.39 -
YUV 39.18 192.23 140.71 -
System Red Green Blue C M Y K H S L
Decimal 57 8 153 0.63 0.95 0 0.4 260.28 0.9 0.32
Hex 39 8 99 3F 5F 0 28 104 5A 20
Octal 71 10 231 77 137 0 50 404 132 40
Binary 111001 1000 10011001 111111 1011111 0 101000 100000100 1011010 100000

Color Harmonies of #390899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390899

Black with #390899

Text Example


Text Example

White with #390899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390899; }

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

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

background-color css

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

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

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

border-color css

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

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

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