Html Css Color HEX #392390 Persian Indigo

📋 copy color: '#392390'

red 57 ◦ green 35 ◦ blue 144

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

Shades of Persian Indigo #392390

Tints of Persian Indigo #392390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

 BLUE value IS 144 (56.64% from 255) = 61.02%

R = 24.15%
G = 14.83%
B = 61.02%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#392390 (or 0x392390) is known color: Persian Indigo. HEX triplet: 39, 23 and 90. RGB value is (57,35,144). Sum of RGB (Red+Green+Blue) = 57+35+144=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #392390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392390 is #C6DC6F. Grayscale: #353535. Windows color (decimal): -13032560 or 9446201. OLE color: 9446201.

HSL color Cylindrical-coordinate representation of color #392390: hue angle of 252.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392390 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 35 144 -
CMYK 0.60 0.76 0 0.44
HSL 252.11º 0.61% 0.35% -
HSV(B) 252.11º 0.76% 0.56% -
XYZ 7.32 4.09 26.79 -
YUV 54 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 57 35 144 0.60 0.76 0 0.44 252.11 0.61 0.35
Hex 39 23 90 3C 4C 0 2C FC 3D 23
Octal 71 43 220 74 114 0 54 374 75 43
Binary 111001 100011 10010000 111100 1001100 0 101100 11111100 111101 100011

Color Harmonies of #392390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392390

Black with #392390

Text Example


Text Example

White with #392390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392390; }

 p { color: rgb(57,35,144); }

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

background-color css

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

 a { background-color: rgb(57,35,144); }

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

border-color css

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

 span { border-color: rgb(57,35,144); }

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