Html Css Color HEX #392485 Windsor

📋 copy color: '#392485'

red 57 ◦ green 36 ◦ blue 133

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

Shades of Windsor #392485

Tints of Windsor #392485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

 BLUE value IS 133 (52.34% from 255) = 58.85%

R = 25.22%
G = 15.93%
B = 58.85%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#392485 (or 0x392485) is known color: Windsor. HEX triplet: 39, 24 and 85. RGB value is (57,36,133). Sum of RGB (Red+Green+Blue) = 57+36+133=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #392485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392485 is #C6DB7A. Grayscale: #343434. Windows color (decimal): -13032315 or 8725561. OLE color: 8725561.

HSL color Cylindrical-coordinate representation of color #392485: hue angle of 252.99º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392485 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 36 133 -
CMYK 0.57 0.73 0 0.48
HSL 252.99º 0.57% 0.33% -
HSV(B) 252.99º 0.73% 0.52% -
XYZ 6.55 3.83 22.58 -
YUV 53.34 172.96 130.61 -
System Red Green Blue C M Y K H S L
Decimal 57 36 133 0.57 0.73 0 0.48 252.99 0.57 0.33
Hex 39 24 85 39 49 0 30 FD 39 21
Octal 71 44 205 71 111 0 60 375 71 41
Binary 111001 100100 10000101 111001 1001001 0 110000 11111101 111001 100001

Color Harmonies of #392485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392485

Black with #392485

Text Example


Text Example

White with #392485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392485; }

 p { color: rgb(57,36,133); }

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

background-color css

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

 a { background-color: rgb(57,36,133); }

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

border-color css

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

 span { border-color: rgb(57,36,133); }

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