Html Css Color HEX #41287A Windsor

📋 copy color: '#41287A'

red 65 ◦ green 40 ◦ blue 122

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

Shades of Windsor #41287A

Tints of Windsor #41287A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.74%

R = 28.63%
G = 17.62%
B = 53.74%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41287A (or 0x41287A) is known color: Windsor. HEX triplet: 41, 28 and 7A. RGB value is (65,40,122). Sum of RGB (Red+Green+Blue) = 65+40+122=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #41287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41287A is #BED785. Grayscale: #383838. Windows color (decimal): -12507014 or 8005697. OLE color: 8005697.

HSL color Cylindrical-coordinate representation of color #41287A: hue angle of 258.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41287A is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 40 122 -
CMYK 0.47 0.67 0 0.52
HSL 258.29º 0.51% 0.32% -
HSV(B) 258.29º 0.67% 0.48% -
XYZ 6.45 4.05 18.85 -
YUV 56.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 65 40 122 0.47 0.67 0 0.52 258.29 0.51 0.32
Hex 41 28 7A 2F 43 0 34 102 33 20
Octal 101 50 172 57 103 0 64 402 63 40
Binary 1000001 101000 1111010 101111 1000011 0 110100 100000010 110011 100000

Color Harmonies of #41287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41287A

Black with #41287A

Text Example


Text Example

White with #41287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41287A; }

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

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

background-color css

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

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

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

border-color css

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

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

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