Html Css Color HEX #392687 Windsor

📋 copy color: '#392687'

red 57 ◦ green 38 ◦ blue 135

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

Shades of Windsor #392687

Tints of Windsor #392687

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

 BLUE value IS 135 (53.13% from 255) = 58.7%

R = 24.78%
G = 16.52%
B = 58.7%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#392687 (or 0x392687) is known color: Windsor. HEX triplet: 39, 26 and 87. RGB value is (57,38,135). Sum of RGB (Red+Green+Blue) = 57+38+135=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #392687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392687 is #C6D978. Grayscale: #363636. Windows color (decimal): -13031801 or 8857145. OLE color: 8857145.

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

Color convert

RGB 57 38 135 -
CMYK 0.58 0.72 0 0.47
HSL 251.75º 0.56% 0.34% -
HSV(B) 251.75º 0.72% 0.53% -
XYZ 6.75 4.01 23.34 -
YUV 54.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 57 38 135 0.58 0.72 0 0.47 251.75 0.56 0.34
Hex 39 26 87 3A 48 0 2F FC 38 22
Octal 71 46 207 72 110 0 57 374 70 42
Binary 111001 100110 10000111 111010 1001000 0 101111 11111100 111000 100010

Color Harmonies of #392687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392687

Black with #392687

Text Example


Text Example

White with #392687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392687; }

 p { color: rgb(57,38,135); }

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

background-color css

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

 a { background-color: rgb(57,38,135); }

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

border-color css

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

 span { border-color: rgb(57,38,135); }

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