Html Css Color HEX #392372 Windsor

📋 copy color: '#392372'

red 57 ◦ green 35 ◦ blue 114

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

Shades of Windsor #392372

Tints of Windsor #392372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.99%

 BLUE value IS 114 (44.92% from 255) = 55.34%

R = 27.67%
G = 16.99%
B = 55.34%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392372 (or 0x392372) is known color: Windsor. HEX triplet: 39, 23 and 72. RGB value is (57,35,114). Sum of RGB (Red+Green+Blue) = 57+35+114=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #392372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392372 is #C6DC8D. Grayscale: #323232. Windows color (decimal): -13032590 or 7480121. OLE color: 7480121.

HSL color Cylindrical-coordinate representation of color #392372: hue angle of 256.71º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #392372 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 35 114 -
CMYK 0.50 0.69 0 0.55
HSL 256.71º 0.53% 0.29% -
HSV(B) 256.71º 0.69% 0.45% -
XYZ 5.33 3.29 16.27 -
YUV 50.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 57 35 114 0.50 0.69 0 0.55 256.71 0.53 0.29
Hex 39 23 72 32 45 0 37 101 35 1D
Octal 71 43 162 62 105 0 67 401 65 35
Binary 111001 100011 1110010 110010 1000101 0 110111 100000001 110101 11101

Color Harmonies of #392372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392372

Black with #392372

Text Example


Text Example

White with #392372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392372; }

 p { color: rgb(57,35,114); }

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

background-color css

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

 a { background-color: rgb(57,35,114); }

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

border-color css

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

 span { border-color: rgb(57,35,114); }

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