Html Css Color HEX #37257F Windsor

📋 copy color: '#37257F'

red 55 ◦ green 37 ◦ blue 127

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

Shades of Windsor #37257F

Tints of Windsor #37257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

 BLUE value IS 127 (50% from 255) = 57.99%

R = 25.11%
G = 16.89%
B = 57.99%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37257F (or 0x37257F) is known color: Windsor. HEX triplet: 37, 25 and 7F. RGB value is (55,37,127). Sum of RGB (Red+Green+Blue) = 55+37+127=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #37257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37257F is #C8DA80. Grayscale: #343434. Windows color (decimal): -13163137 or 8332599. OLE color: 8332599.

HSL color Cylindrical-coordinate representation of color #37257F: hue angle of 252º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37257F is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 37 127 -
CMYK 0.57 0.71 0 0.50
HSL 252º 0.55% 0.32% -
HSV(B) 252º 0.71% 0.5% -
XYZ 6.07 3.67 20.47 -
YUV 52.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 55 37 127 0.57 0.71 0 0.50 252 0.55 0.32
Hex 37 25 7F 39 47 0 32 FC 37 20
Octal 67 45 177 71 107 0 62 374 67 40
Binary 110111 100101 1111111 111001 1000111 0 110010 11111100 110111 100000

Color Harmonies of #37257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37257F

Black with #37257F

Text Example


Text Example

White with #37257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37257F; }

 p { color: rgb(55,37,127); }

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

background-color css

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

 a { background-color: rgb(55,37,127); }

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

border-color css

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

 span { border-color: rgb(55,37,127); }

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