Html Css Color HEX #411C7A Windsor

📋 copy color: '#411C7A'

red 65 ◦ green 28 ◦ blue 122

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

Shades of Windsor #411C7A

Tints of Windsor #411C7A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.02%

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

R = 30.23%
G = 13.02%
B = 56.74%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#411C7A (or 0x411C7A) is known color: Windsor. HEX triplet: 41, 1C and 7A. RGB value is (65,28,122). Sum of RGB (Red+Green+Blue) = 65+28+122=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #411C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C7A is #BEE385. Grayscale: #313131. Windows color (decimal): -12510086 or 8002625. OLE color: 8002625.

HSL color Cylindrical-coordinate representation of color #411C7A: hue angle of 263.62º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #411C7A is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 28 122 -
CMYK 0.47 0.77 0 0.52
HSL 263.62º 0.63% 0.29% -
HSV(B) 263.62º 0.77% 0.48% -
XYZ 6.11 3.36 18.74 -
YUV 49.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 65 28 122 0.47 0.77 0 0.52 263.62 0.63 0.29
Hex 41 1C 7A 2F 4D 0 34 108 3F 1D
Octal 101 34 172 57 115 0 64 410 77 35
Binary 1000001 11100 1111010 101111 1001101 0 110100 100001000 111111 11101

Color Harmonies of #411C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C7A

Black with #411C7A

Text Example


Text Example

White with #411C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411C7A; }

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

 H1.HeaderClassName
 {
   color: #411C7A;
 }
 .AnyTagClassName
 {
   color: #411C7A;
 }
</style>

background-color css

<style>
 a { background-color: #411C7A; }

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

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

border-color css

<style>
 span { border-color: #411C7A; }

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

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