Html Css Color HEX #412274 Windsor

📋 copy color: '#412274'

red 65 ◦ green 34 ◦ blue 116

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

Shades of Windsor #412274

Tints of Windsor #412274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

 BLUE value IS 116 (45.7% from 255) = 53.95%

R = 30.23%
G = 15.81%
B = 53.95%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#412274 (or 0x412274) is known color: Windsor. HEX triplet: 41, 22 and 74. RGB value is (65,34,116). Sum of RGB (Red+Green+Blue) = 65+34+116=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #412274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412274 is #BEDD8B. Grayscale: #343434. Windows color (decimal): -12508556 or 7610945. OLE color: 7610945.

HSL color Cylindrical-coordinate representation of color #412274: hue angle of 262.68º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412274 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 34 116 -
CMYK 0.44 0.71 0 0.55
HSL 262.68º 0.55% 0.29% -
HSV(B) 262.68º 0.71% 0.45% -
XYZ 5.9 3.53 16.89 -
YUV 52.62 163.77 136.83 -
System Red Green Blue C M Y K H S L
Decimal 65 34 116 0.44 0.71 0 0.55 262.68 0.55 0.29
Hex 41 22 74 2C 47 0 37 107 37 1D
Octal 101 42 164 54 107 0 67 407 67 35
Binary 1000001 100010 1110100 101100 1000111 0 110111 100000111 110111 11101

Color Harmonies of #412274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412274

Black with #412274

Text Example


Text Example

White with #412274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412274; }

 p { color: rgb(65,34,116); }

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

background-color css

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

 a { background-color: rgb(65,34,116); }

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

border-color css

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

 span { border-color: rgb(65,34,116); }

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