Html Css Color HEX #392883 Windsor

📋 copy color: '#392883'

red 57 ◦ green 40 ◦ blue 131

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

Shades of Windsor #392883

Tints of Windsor #392883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

 BLUE value IS 131 (51.56% from 255) = 57.46%

R = 25%
G = 17.54%
B = 57.46%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#392883 (or 0x392883) is known color: Windsor. HEX triplet: 39, 28 and 83. RGB value is (57,40,131). Sum of RGB (Red+Green+Blue) = 57+40+131=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #392883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392883 is #C6D77C. Grayscale: #373737. Windows color (decimal): -13031293 or 8595513. OLE color: 8595513.

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

Color convert

RGB 57 40 131 -
CMYK 0.56 0.69 0 0.49
HSL 251.21º 0.53% 0.34% -
HSV(B) 251.21º 0.69% 0.51% -
XYZ 6.54 4.03 21.91 -
YUV 55.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 57 40 131 0.56 0.69 0 0.49 251.21 0.53 0.34
Hex 39 28 83 38 45 0 31 FB 35 22
Octal 71 50 203 70 105 0 61 373 65 42
Binary 111001 101000 10000011 111000 1000101 0 110001 11111011 110101 100010

Color Harmonies of #392883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392883

Black with #392883

Text Example


Text Example

White with #392883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392883; }

 p { color: rgb(57,40,131); }

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

background-color css

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

 a { background-color: rgb(57,40,131); }

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

border-color css

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

 span { border-color: rgb(57,40,131); }

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