Html Css Color HEX #41286B Windsor

📋 copy color: '#41286B'

red 65 ◦ green 40 ◦ blue 107

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

Shades of Windsor #41286B

Tints of Windsor #41286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

 BLUE value IS 107 (42.19% from 255) = 50.47%

R = 30.66%
G = 18.87%
B = 50.47%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41286B (or 0x41286B) is known color: Windsor. HEX triplet: 41, 28 and 6B. RGB value is (65,40,107). Sum of RGB (Red+Green+Blue) = 65+40+107=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #41286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41286B is #BED794. Grayscale: #363636. Windows color (decimal): -12507029 or 7022657. OLE color: 7022657.

HSL color Cylindrical-coordinate representation of color #41286B: hue angle of 262.39º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41286B is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 40 107 -
CMYK 0.39 0.63 0 0.58
HSL 262.39º 0.46% 0.29% -
HSV(B) 262.39º 0.63% 0.42% -
XYZ 5.59 3.7 14.33 -
YUV 55.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 65 40 107 0.39 0.63 0 0.58 262.39 0.46 0.29
Hex 41 28 6B 27 3F 0 3A 106 2E 1D
Octal 101 50 153 47 77 0 72 406 56 35
Binary 1000001 101000 1101011 100111 111111 0 111010 100000110 101110 11101

Color Harmonies of #41286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41286B

Black with #41286B

Text Example


Text Example

White with #41286B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41286B; }

 p { color: rgb(65,40,107); }

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

background-color css

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

 a { background-color: rgb(65,40,107); }

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

border-color css

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

 span { border-color: rgb(65,40,107); }

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