Html Css Color HEX #412974 Windsor

📋 copy color: '#412974'

red 65 ◦ green 41 ◦ blue 116

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

Shades of Windsor #412974

Tints of Windsor #412974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 29.28%
G = 18.47%
B = 52.25%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#412974 (or 0x412974) is known color: Windsor. HEX triplet: 41, 29 and 74. RGB value is (65,41,116). Sum of RGB (Red+Green+Blue) = 65+41+116=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #412974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412974 is #BED68B. Grayscale: #383838. Windows color (decimal): -12506764 or 7612737. OLE color: 7612737.

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

Color convert

RGB 65 41 116 -
CMYK 0.44 0.65 0 0.55
HSL 259.2º 0.48% 0.31% -
HSV(B) 259.2º 0.65% 0.45% -
XYZ 6.13 3.97 16.97 -
YUV 56.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 65 41 116 0.44 0.65 0 0.55 259.2 0.48 0.31
Hex 41 29 74 2C 41 0 37 103 30 1F
Octal 101 51 164 54 101 0 67 403 60 37
Binary 1000001 101001 1110100 101100 1000001 0 110111 100000011 110000 11111

Color Harmonies of #412974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412974

Black with #412974

Text Example


Text Example

White with #412974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412974; }

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

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

background-color css

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

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

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

border-color css

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

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

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