Html Css Color HEX #392280 Persian Indigo

📋 copy color: '#392280'

red 57 ◦ green 34 ◦ blue 128

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

Shades of Persian Indigo #392280

Tints of Persian Indigo #392280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.53%

 BLUE value IS 128 (50.39% from 255) = 58.45%

R = 26.03%
G = 15.53%
B = 58.45%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#392280 (or 0x392280) is known color: Persian Indigo. HEX triplet: 39, 22 and 80. RGB value is (57,34,128). Sum of RGB (Red+Green+Blue) = 57+34+128=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #392280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392280 is #C6DD7F. Grayscale: #333333. Windows color (decimal): -13032832 or 8397369. OLE color: 8397369.

HSL color Cylindrical-coordinate representation of color #392280: hue angle of 254.68º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392280 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 34 128 -
CMYK 0.55 0.73 0 0.50
HSL 254.68º 0.58% 0.32% -
HSV(B) 254.68º 0.73% 0.5% -
XYZ 6.16 3.57 20.79 -
YUV 51.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 57 34 128 0.55 0.73 0 0.50 254.68 0.58 0.32
Hex 39 22 80 37 49 0 32 FF 3A 20
Octal 71 42 200 67 111 0 62 377 72 40
Binary 111001 100010 10000000 110111 1001001 0 110010 11111111 111010 100000

Color Harmonies of #392280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392280

Black with #392280

Text Example


Text Example

White with #392280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392280; }

 p { color: rgb(57,34,128); }

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

background-color css

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

 a { background-color: rgb(57,34,128); }

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

border-color css

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

 span { border-color: rgb(57,34,128); }

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