Html Css Color HEX #392676 Windsor

📋 copy color: '#392676'

red 57 ◦ green 38 ◦ blue 118

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

Shades of Windsor #392676

Tints of Windsor #392676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

 BLUE value IS 118 (46.48% from 255) = 55.4%

R = 26.76%
G = 17.84%
B = 55.4%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#392676 (or 0x392676) is known color: Windsor. HEX triplet: 39, 26 and 76. RGB value is (57,38,118). Sum of RGB (Red+Green+Blue) = 57+38+118=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #392676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392676 is #C6D989. Grayscale: #343434. Windows color (decimal): -13031818 or 7743033. OLE color: 7743033.

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

Color convert

RGB 57 38 118 -
CMYK 0.52 0.68 0 0.54
HSL 254.25º 0.51% 0.31% -
HSV(B) 254.25º 0.68% 0.46% -
XYZ 5.65 3.56 17.53 -
YUV 52.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 57 38 118 0.52 0.68 0 0.54 254.25 0.51 0.31
Hex 39 26 76 34 44 0 36 FE 33 1F
Octal 71 46 166 64 104 0 66 376 63 37
Binary 111001 100110 1110110 110100 1000100 0 110110 11111110 110011 11111

Color Harmonies of #392676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392676

Black with #392676

Text Example


Text Example

White with #392676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392676; }

 p { color: rgb(57,38,118); }

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

background-color css

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

 a { background-color: rgb(57,38,118); }

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

border-color css

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

 span { border-color: rgb(57,38,118); }

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