Html Css Color HEX #390389 Persian Indigo

📋 copy color: '#390389'

red 57 ◦ green 3 ◦ blue 137

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

Shades of Persian Indigo #390389

Tints of Persian Indigo #390389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 137 (53.91% from 255) = 69.54%

R = 28.93%
G = 1.52%
B = 69.54%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#390389 (or 0x390389) is known color: Persian Indigo. HEX triplet: 39, 03 and 89. RGB value is (57,3,137). Sum of RGB (Red+Green+Blue) = 57+3+137=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 137 (53.91% from 255 or 69.54% from 197); Max value from RGB is 137 - color contains mainly: blue. Hex color #390389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390389 is #C6FC76. Grayscale: #212121. Windows color (decimal): -13040759 or 8979257. OLE color: 8979257.

HSL color Cylindrical-coordinate representation of color #390389: hue angle of 264.18º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390389 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 3 137 -
CMYK 0.58 0.98 0 0.46
HSL 264.18º 0.96% 0.27% -
HSV(B) 264.18º 0.98% 0.54% -
XYZ 6.24 2.74 23.87 -
YUV 34.42 185.89 144.1 -
System Red Green Blue C M Y K H S L
Decimal 57 3 137 0.58 0.98 0 0.46 264.18 0.96 0.27
Hex 39 3 89 3A 62 0 2E 108 60 1B
Octal 71 3 211 72 142 0 56 410 140 33
Binary 111001 11 10001001 111010 1100010 0 101110 100001000 1100000 11011

Color Harmonies of #390389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390389

Black with #390389

Text Example


Text Example

White with #390389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390389; }

 p { color: rgb(57,3,137); }

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

background-color css

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

 a { background-color: rgb(57,3,137); }

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

border-color css

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

 span { border-color: rgb(57,3,137); }

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