Html Css Color HEX #392882 Windsor

📋 copy color: '#392882'

red 57 ◦ green 40 ◦ blue 130

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

Shades of Windsor #392882

Tints of Windsor #392882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 57.27%

R = 25.11%
G = 17.62%
B = 57.27%

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

#392882 (or 0x392882) is known color: Windsor. HEX triplet: 39, 28 and 82. RGB value is (57,40,130). Sum of RGB (Red+Green+Blue) = 57+40+130=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #392882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392882 is #C6D77D. Grayscale: #373737. Windows color (decimal): -13031294 or 8529977. OLE color: 8529977.

HSL color Cylindrical-coordinate representation of color #392882: hue angle of 251.33º 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 #392882 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 40 130 -
CMYK 0.56 0.69 0 0.49
HSL 251.33º 0.53% 0.33% -
HSV(B) 251.33º 0.69% 0.51% -
XYZ 6.48 4 21.55 -
YUV 55.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 57 40 130 0.56 0.69 0 0.49 251.33 0.53 0.33
Hex 39 28 82 38 45 0 31 FB 35 21
Octal 71 50 202 70 105 0 61 373 65 41
Binary 111001 101000 10000010 111000 1000101 0 110001 11111011 110101 100001

Color Harmonies of #392882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392882

Black with #392882

Text Example


Text Example

White with #392882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392882; }

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

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

background-color css

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

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

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

border-color css

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

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

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