Html Css Color HEX #390897 Persian Indigo

📋 copy color: '#390897'

red 57 ◦ green 8 ◦ blue 151

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

Shades of Persian Indigo #390897

Tints of Persian Indigo #390897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 69.91%

R = 26.39%
G = 3.7%
B = 69.91%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#390897 (or 0x390897) is known color: Persian Indigo. HEX triplet: 39, 08 and 97. RGB value is (57,8,151). Sum of RGB (Red+Green+Blue) = 57+8+151=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 151 (59.38% from 255 or 69.91% from 216); Max value from RGB is 151 - color contains mainly: blue. Hex color #390897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390897 is #C6F768. Grayscale: #262626. Windows color (decimal): -13039465 or 9898041. OLE color: 9898041.

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

Color convert

RGB 57 8 151 -
CMYK 0.62 0.95 0 0.41
HSL 260.56º 0.9% 0.31% -
HSV(B) 260.56º 0.95% 0.59% -
XYZ 7.36 3.28 29.52 -
YUV 38.95 191.23 140.87 -
System Red Green Blue C M Y K H S L
Decimal 57 8 151 0.62 0.95 0 0.41 260.56 0.9 0.31
Hex 39 8 97 3E 5F 0 29 105 5A 1F
Octal 71 10 227 76 137 0 51 405 132 37
Binary 111001 1000 10010111 111110 1011111 0 101001 100000101 1011010 11111

Color Harmonies of #390897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390897

Black with #390897

Text Example


Text Example

White with #390897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390897; }

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

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

background-color css

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

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

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

border-color css

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

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

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