Html Css Color HEX #392274 Windsor

📋 copy color: '#392274'

red 57 ◦ green 34 ◦ blue 116

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

Shades of Windsor #392274

Tints of Windsor #392274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.04%

R = 27.54%
G = 16.43%
B = 56.04%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392274 (or 0x392274) is known color: Windsor. HEX triplet: 39, 22 and 74. RGB value is (57,34,116). Sum of RGB (Red+Green+Blue) = 57+34+116=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #392274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392274 is #C6DD8B. Grayscale: #313131. Windows color (decimal): -13032844 or 7610937. OLE color: 7610937.

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

Color convert

RGB 57 34 116 -
CMYK 0.51 0.71 0 0.55
HSL 256.83º 0.55% 0.29% -
HSV(B) 256.83º 0.71% 0.45% -
XYZ 5.41 3.27 16.87 -
YUV 50.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 57 34 116 0.51 0.71 0 0.55 256.83 0.55 0.29
Hex 39 22 74 33 47 0 37 101 37 1D
Octal 71 42 164 63 107 0 67 401 67 35
Binary 111001 100010 1110100 110011 1000111 0 110111 100000001 110111 11101

Color Harmonies of #392274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392274

Black with #392274

Text Example


Text Example

White with #392274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392274; }

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

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

background-color css

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

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

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

border-color css

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

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

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