Html Css Color HEX #392786 Windsor

📋 copy color: '#392786'

red 57 ◦ green 39 ◦ blue 134

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

Shades of Windsor #392786

Tints of Windsor #392786

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.96%

 BLUE value IS 134 (52.73% from 255) = 58.26%

R = 24.78%
G = 16.96%
B = 58.26%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#392786 (or 0x392786) is known color: Windsor. HEX triplet: 39, 27 and 86. RGB value is (57,39,134). Sum of RGB (Red+Green+Blue) = 57+39+134=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #392786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392786 is #C6D879. Grayscale: #363636. Windows color (decimal): -13031546 or 8791865. OLE color: 8791865.

HSL color Cylindrical-coordinate representation of color #392786: hue angle of 251.37º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #392786 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 39 134 -
CMYK 0.57 0.71 0 0.47
HSL 251.37º 0.55% 0.34% -
HSV(B) 251.37º 0.71% 0.53% -
XYZ 6.72 4.04 22.98 -
YUV 55.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 57 39 134 0.57 0.71 0 0.47 251.37 0.55 0.34
Hex 39 27 86 39 47 0 2F FB 37 22
Octal 71 47 206 71 107 0 57 373 67 42
Binary 111001 100111 10000110 111001 1000111 0 101111 11111011 110111 100010

Color Harmonies of #392786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392786

Black with #392786

Text Example


Text Example

White with #392786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392786; }

 p { color: rgb(57,39,134); }

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

background-color css

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

 a { background-color: rgb(57,39,134); }

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

border-color css

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

 span { border-color: rgb(57,39,134); }

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