Html Css Color HEX #372783 Windsor

📋 copy color: '#372783'

red 55 ◦ green 39 ◦ blue 131

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

Shades of Windsor #372783

Tints of Windsor #372783

RGB

 RED value IS 55 (21.88% from 255) = 24.44%

 GREEN value IS 39 (15.63% from 255) = 17.33%

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

R = 24.44%
G = 17.33%
B = 58.22%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#372783 (or 0x372783) is known color: Windsor. HEX triplet: 37, 27 and 83. RGB value is (55,39,131). Sum of RGB (Red+Green+Blue) = 55+39+131=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #372783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372783 is #C8D87C. Grayscale: #353535. Windows color (decimal): -13162621 or 8595255. OLE color: 8595255.

HSL color Cylindrical-coordinate representation of color #372783: hue angle of 250.43º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #372783 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 39 131 -
CMYK 0.58 0.70 0 0.49
HSL 250.43º 0.54% 0.33% -
HSV(B) 250.43º 0.7% 0.51% -
XYZ 6.4 3.9 21.89 -
YUV 54.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 55 39 131 0.58 0.70 0 0.49 250.43 0.54 0.33
Hex 37 27 83 3A 46 0 31 FA 36 21
Octal 67 47 203 72 106 0 61 372 66 41
Binary 110111 100111 10000011 111010 1000110 0 110001 11111010 110110 100001

Color Harmonies of #372783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372783

Black with #372783

Text Example


Text Example

White with #372783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372783; }

 p { color: rgb(55,39,131); }

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

background-color css

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

 a { background-color: rgb(55,39,131); }

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

border-color css

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

 span { border-color: rgb(55,39,131); }

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