Html Css Color HEX #392B83 Windsor

📋 copy color: '#392B83'

red 57 ◦ green 43 ◦ blue 131

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

Shades of Windsor #392B83

Tints of Windsor #392B83

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.61%

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

R = 24.68%
G = 18.61%
B = 56.71%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#392B83 (or 0x392B83) is known color: Windsor. HEX triplet: 39, 2B and 83. RGB value is (57,43,131). Sum of RGB (Red+Green+Blue) = 57+43+131=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #392B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392B83 is #C6D47C. Grayscale: #383838. Windows color (decimal): -13030525 or 8596281. OLE color: 8596281.

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

Color convert

RGB 57 43 131 -
CMYK 0.56 0.67 0 0.49
HSL 249.55º 0.51% 0.34% -
HSV(B) 249.55º 0.67% 0.51% -
XYZ 6.65 4.24 21.94 -
YUV 57.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 57 43 131 0.56 0.67 0 0.49 249.55 0.51 0.34
Hex 39 2B 83 38 43 0 31 FA 33 22
Octal 71 53 203 70 103 0 61 372 63 42
Binary 111001 101011 10000011 111000 1000011 0 110001 11111010 110011 100010

Color Harmonies of #392B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B83

Black with #392B83

Text Example


Text Example

White with #392B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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