Html Css Color HEX #392195 Persian Indigo

📋 copy color: '#392195'

red 57 ◦ green 33 ◦ blue 149

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

Shades of Persian Indigo #392195

Tints of Persian Indigo #392195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

 BLUE value IS 149 (58.59% from 255) = 62.34%

R = 23.85%
G = 13.81%
B = 62.34%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#392195 (or 0x392195) is known color: Persian Indigo. HEX triplet: 39, 21 and 95. RGB value is (57,33,149). Sum of RGB (Red+Green+Blue) = 57+33+149=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #392195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392195 is #C6DE6A. Grayscale: #343434. Windows color (decimal): -13033067 or 9773369. OLE color: 9773369.

HSL color Cylindrical-coordinate representation of color #392195: hue angle of 252.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392195 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 33 149 -
CMYK 0.62 0.78 0 0.42
HSL 252.41º 0.64% 0.36% -
HSV(B) 252.41º 0.78% 0.58% -
XYZ 7.66 4.13 28.83 -
YUV 53.4 181.95 130.57 -
System Red Green Blue C M Y K H S L
Decimal 57 33 149 0.62 0.78 0 0.42 252.41 0.64 0.36
Hex 39 21 95 3E 4E 0 2A FC 40 24
Octal 71 41 225 76 116 0 52 374 100 44
Binary 111001 100001 10010101 111110 1001110 0 101010 11111100 1000000 100100

Color Harmonies of #392195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392195

Black with #392195

Text Example


Text Example

White with #392195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392195; }

 p { color: rgb(57,33,149); }

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

background-color css

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

 a { background-color: rgb(57,33,149); }

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

border-color css

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

 span { border-color: rgb(57,33,149); }

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