Html Css Color HEX #392981 Windsor

📋 copy color: '#392981'

red 57 ◦ green 41 ◦ blue 129

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

Shades of Windsor #392981

Tints of Windsor #392981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

 BLUE value IS 129 (50.78% from 255) = 56.83%

R = 25.11%
G = 18.06%
B = 56.83%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#392981 (or 0x392981) is known color: Windsor. HEX triplet: 39, 29 and 81. RGB value is (57,41,129). Sum of RGB (Red+Green+Blue) = 57+41+129=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #392981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392981 is #C6D67E. Grayscale: #373737. Windows color (decimal): -13031039 or 8464697. OLE color: 8464697.

HSL color Cylindrical-coordinate representation of color #392981: hue angle of 250.91º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392981 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 41 129 -
CMYK 0.56 0.68 0 0.49
HSL 250.91º 0.52% 0.33% -
HSV(B) 250.91º 0.68% 0.51% -
XYZ 6.44 4.04 21.21 -
YUV 55.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 57 41 129 0.56 0.68 0 0.49 250.91 0.52 0.33
Hex 39 29 81 38 44 0 31 FB 34 21
Octal 71 51 201 70 104 0 61 373 64 41
Binary 111001 101001 10000001 111000 1000100 0 110001 11111011 110100 100001

Color Harmonies of #392981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392981

Black with #392981

Text Example


Text Example

White with #392981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392981; }

 p { color: rgb(57,41,129); }

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

background-color css

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

 a { background-color: rgb(57,41,129); }

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

border-color css

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

 span { border-color: rgb(57,41,129); }

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