Html Css Color HEX #392881 Windsor

📋 copy color: '#392881'

red 57 ◦ green 40 ◦ blue 129

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

Shades of Windsor #392881

Tints of Windsor #392881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

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

R = 25.22%
G = 17.7%
B = 57.08%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#392881 (or 0x392881) is known color: Windsor. HEX triplet: 39, 28 and 81. RGB value is (57,40,129). Sum of RGB (Red+Green+Blue) = 57+40+129=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 129 (50.78% from 255 or 57.08% from 226); Max value from RGB is 129 - color contains mainly: blue. Hex color #392881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392881 is #C6D77E. Grayscale: #363636. Windows color (decimal): -13031295 or 8464441. OLE color: 8464441.

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

Color convert

RGB 57 40 129 -
CMYK 0.56 0.69 0 0.49
HSL 251.46º 0.53% 0.33% -
HSV(B) 251.46º 0.69% 0.51% -
XYZ 6.41 3.97 21.2 -
YUV 55.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 57 40 129 0.56 0.69 0 0.49 251.46 0.53 0.33
Hex 39 28 81 38 45 0 31 FB 35 21
Octal 71 50 201 70 105 0 61 373 65 41
Binary 111001 101000 10000001 111000 1000101 0 110001 11111011 110101 100001

Color Harmonies of #392881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392881

Black with #392881

Text Example


Text Example

White with #392881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392881; }

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

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

background-color css

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

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

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

border-color css

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

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

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