Html Css Color HEX #412988 Windsor

📋 copy color: '#412988'

red 65 ◦ green 41 ◦ blue 136

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

Shades of Windsor #412988

Tints of Windsor #412988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 26.86%
G = 16.94%
B = 56.2%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#412988 (or 0x412988) is known color: Windsor. HEX triplet: 41, 29 and 88. RGB value is (65,41,136). Sum of RGB (Red+Green+Blue) = 65+41+136=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #412988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412988 is #BED677. Grayscale: #3A3A3A. Windows color (decimal): -12506744 or 8923457. OLE color: 8923457.

HSL color Cylindrical-coordinate representation of color #412988: hue angle of 255.16º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412988 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 41 136 -
CMYK 0.52 0.70 0 0.47
HSL 255.16º 0.54% 0.35% -
HSV(B) 255.16º 0.7% 0.53% -
XYZ 7.42 4.49 23.77 -
YUV 59.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 65 41 136 0.52 0.70 0 0.47 255.16 0.54 0.35
Hex 41 29 88 34 46 0 2F FF 36 23
Octal 101 51 210 64 106 0 57 377 66 43
Binary 1000001 101001 10001000 110100 1000110 0 101111 11111111 110110 100011

Color Harmonies of #412988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412988

Black with #412988

Text Example


Text Example

White with #412988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412988; }

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

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

background-color css

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

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

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

border-color css

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

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

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