Html Css Color HEX #41337C Windsor

📋 copy color: '#41337C'

red 65 ◦ green 51 ◦ blue 124

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

Shades of Windsor #41337C

Tints of Windsor #41337C

RGB

 RED value IS 65 (25.78% from 255) = 27.08%

 GREEN value IS 51 (20.31% from 255) = 21.25%

 BLUE value IS 124 (48.83% from 255) = 51.67%

R = 27.08%
G = 21.25%
B = 51.67%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41337C (or 0x41337C) is known color: Windsor. HEX triplet: 41, 33 and 7C. RGB value is (65,51,124). Sum of RGB (Red+Green+Blue) = 65+51+124=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #41337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41337C is #BECC83. Grayscale: #3F3F3F. Windows color (decimal): -12504196 or 8139585. OLE color: 8139585.

HSL color Cylindrical-coordinate representation of color #41337C: hue angle of 251.51º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41337C is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 51 124 -
CMYK 0.48 0.59 0 0.51
HSL 251.51º 0.42% 0.34% -
HSV(B) 251.51º 0.59% 0.49% -
XYZ 7 4.95 19.65 -
YUV 63.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 65 51 124 0.48 0.59 0 0.51 251.51 0.42 0.34
Hex 41 33 7C 30 3B 0 33 FC 2A 22
Octal 101 63 174 60 73 0 63 374 52 42
Binary 1000001 110011 1111100 110000 111011 0 110011 11111100 101010 100010

Color Harmonies of #41337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41337C

Black with #41337C

Text Example


Text Example

White with #41337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41337C; }

 p { color: rgb(65,51,124); }

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

background-color css

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

 a { background-color: rgb(65,51,124); }

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

border-color css

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

 span { border-color: rgb(65,51,124); }

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