Html Css Color HEX #41267A Windsor

📋 copy color: '#41267A'

red 65 ◦ green 38 ◦ blue 122

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

Shades of Windsor #41267A

Tints of Windsor #41267A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

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

R = 28.89%
G = 16.89%
B = 54.22%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41267A (or 0x41267A) is known color: Windsor. HEX triplet: 41, 26 and 7A. RGB value is (65,38,122). Sum of RGB (Red+Green+Blue) = 65+38+122=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #41267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41267A is #BED985. Grayscale: #373737. Windows color (decimal): -12507526 or 8005185. OLE color: 8005185.

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

Color convert

RGB 65 38 122 -
CMYK 0.47 0.69 0 0.52
HSL 259.29º 0.53% 0.31% -
HSV(B) 259.29º 0.69% 0.48% -
XYZ 6.39 3.92 18.83 -
YUV 55.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 65 38 122 0.47 0.69 0 0.52 259.29 0.53 0.31
Hex 41 26 7A 2F 45 0 34 103 34 1F
Octal 101 46 172 57 105 0 64 403 64 37
Binary 1000001 100110 1111010 101111 1000101 0 110100 100000011 110100 11111

Color Harmonies of #41267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41267A

Black with #41267A

Text Example


Text Example

White with #41267A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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