Html Css Color HEX #372781 Windsor

📋 copy color: '#372781'

red 55 ◦ green 39 ◦ blue 129

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

Shades of Windsor #372781

Tints of Windsor #372781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 57.85%

R = 24.66%
G = 17.49%
B = 57.85%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#372781 (or 0x372781) is known color: Windsor. HEX triplet: 37, 27 and 81. RGB value is (55,39,129). Sum of RGB (Red+Green+Blue) = 55+39+129=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #372781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372781 is #C8D87E. Grayscale: #353535. Windows color (decimal): -13162623 or 8464183. OLE color: 8464183.

HSL color Cylindrical-coordinate representation of color #372781: hue angle of 250.67º 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 #372781 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 39 129 -
CMYK 0.57 0.70 0 0.49
HSL 250.67º 0.54% 0.33% -
HSV(B) 250.67º 0.7% 0.51% -
XYZ 6.26 3.85 21.18 -
YUV 54.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 55 39 129 0.57 0.70 0 0.49 250.67 0.54 0.33
Hex 37 27 81 39 46 0 31 FB 36 21
Octal 67 47 201 71 106 0 61 373 66 41
Binary 110111 100111 10000001 111001 1000110 0 110001 11111011 110110 100001

Color Harmonies of #372781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372781

Black with #372781

Text Example


Text Example

White with #372781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372781; }

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

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

background-color css

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

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

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

border-color css

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

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

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