Html Css Color HEX #392982 Windsor

📋 copy color: '#392982'

red 57 ◦ green 41 ◦ blue 130

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

Shades of Windsor #392982

Tints of Windsor #392982

RGB

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

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

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

R = 25%
G = 17.98%
B = 57.02%

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

#392982 (or 0x392982) is known color: Windsor. HEX triplet: 39, 29 and 82. RGB value is (57,41,130). Sum of RGB (Red+Green+Blue) = 57+41+130=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #392982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392982 is #C6D67D. Grayscale: #373737. Windows color (decimal): -13031038 or 8530233. OLE color: 8530233.

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

Color convert

RGB 57 41 130 -
CMYK 0.56 0.68 0 0.49
HSL 250.79º 0.52% 0.34% -
HSV(B) 250.79º 0.68% 0.51% -
XYZ 6.51 4.07 21.56 -
YUV 55.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 57 41 130 0.56 0.68 0 0.49 250.79 0.52 0.34
Hex 39 29 82 38 44 0 31 FB 34 22
Octal 71 51 202 70 104 0 61 373 64 42
Binary 111001 101001 10000010 111000 1000100 0 110001 11111011 110100 100010

Color Harmonies of #392982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392982

Black with #392982

Text Example


Text Example

White with #392982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392982; }

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

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

background-color css

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

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

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

border-color css

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

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

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