Html Css Color HEX #392481 Windsor

📋 copy color: '#392481'

red 57 ◦ green 36 ◦ blue 129

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

Shades of Windsor #392481

Tints of Windsor #392481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

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

R = 25.68%
G = 16.22%
B = 58.11%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#392481 (or 0x392481) is known color: Windsor. HEX triplet: 39, 24 and 81. RGB value is (57,36,129). Sum of RGB (Red+Green+Blue) = 57+36+129=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #392481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392481 is #C6DB7E. Grayscale: #343434. Windows color (decimal): -13032319 or 8463417. OLE color: 8463417.

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

Color convert

RGB 57 36 129 -
CMYK 0.56 0.72 0 0.49
HSL 253.55º 0.56% 0.32% -
HSV(B) 253.55º 0.72% 0.51% -
XYZ 6.28 3.72 21.16 -
YUV 52.88 170.96 130.94 -
System Red Green Blue C M Y K H S L
Decimal 57 36 129 0.56 0.72 0 0.49 253.55 0.56 0.32
Hex 39 24 81 38 48 0 31 FE 38 20
Octal 71 44 201 70 110 0 61 376 70 40
Binary 111001 100100 10000001 111000 1001000 0 110001 11111110 111000 100000

Color Harmonies of #392481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392481

Black with #392481

Text Example


Text Example

White with #392481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392481; }

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

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

background-color css

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

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

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

border-color css

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

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

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