Html Css Color HEX #392273 Windsor

📋 copy color: '#392273'

red 57 ◦ green 34 ◦ blue 115

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

Shades of Windsor #392273

Tints of Windsor #392273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 27.67%
G = 16.5%
B = 55.83%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392273 (or 0x392273) is known color: Windsor. HEX triplet: 39, 22 and 73. RGB value is (57,34,115). Sum of RGB (Red+Green+Blue) = 57+34+115=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #392273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392273 is #C6DD8C. Grayscale: #313131. Windows color (decimal): -13032845 or 7545401. OLE color: 7545401.

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

Color convert

RGB 57 34 115 -
CMYK 0.50 0.70 0 0.55
HSL 257.04º 0.54% 0.29% -
HSV(B) 257.04º 0.7% 0.45% -
XYZ 5.35 3.25 16.57 -
YUV 50.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 57 34 115 0.50 0.70 0 0.55 257.04 0.54 0.29
Hex 39 22 73 32 46 0 37 101 36 1D
Octal 71 42 163 62 106 0 67 401 66 35
Binary 111001 100010 1110011 110010 1000110 0 110111 100000001 110110 11101

Color Harmonies of #392273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392273

Black with #392273

Text Example


Text Example

White with #392273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392273; }

 p { color: rgb(57,34,115); }

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

background-color css

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

 a { background-color: rgb(57,34,115); }

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

border-color css

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

 span { border-color: rgb(57,34,115); }

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