Html Css Color HEX #392277 Windsor

📋 copy color: '#392277'

red 57 ◦ green 34 ◦ blue 119

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

Shades of Windsor #392277

Tints of Windsor #392277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 27.14%
G = 16.19%
B = 56.67%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#392277 (or 0x392277) is known color: Windsor. HEX triplet: 39, 22 and 77. RGB value is (57,34,119). Sum of RGB (Red+Green+Blue) = 57+34+119=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #392277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392277 is #C6DD88. Grayscale: #323232. Windows color (decimal): -13032841 or 7807545. OLE color: 7807545.

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

Color convert

RGB 57 34 119 -
CMYK 0.52 0.71 0 0.53
HSL 256.24º 0.56% 0.3% -
HSV(B) 256.24º 0.71% 0.47% -
XYZ 5.59 3.35 17.8 -
YUV 50.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 57 34 119 0.52 0.71 0 0.53 256.24 0.56 0.3
Hex 39 22 77 34 47 0 35 100 38 1E
Octal 71 42 167 64 107 0 65 400 70 36
Binary 111001 100010 1110111 110100 1000111 0 110101 100000000 111000 11110

Color Harmonies of #392277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392277

Black with #392277

Text Example


Text Example

White with #392277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392277; }

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

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

background-color css

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

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

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

border-color css

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

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

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