Html Css Color HEX #412088 Windsor

📋 copy color: '#412088'

red 65 ◦ green 32 ◦ blue 136

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

Shades of Windsor #412088

Tints of Windsor #412088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.73%

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

R = 27.9%
G = 13.73%
B = 58.37%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#412088 (or 0x412088) is known color: Windsor. HEX triplet: 41, 20 and 88. RGB value is (65,32,136). Sum of RGB (Red+Green+Blue) = 65+32+136=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #412088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412088 is #BEDF77. Grayscale: #353535. Windows color (decimal): -12509048 or 8921153. OLE color: 8921153.

HSL color Cylindrical-coordinate representation of color #412088: hue angle of 259.04º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412088 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 32 136 -
CMYK 0.52 0.76 0 0.47
HSL 259.04º 0.62% 0.33% -
HSV(B) 259.04º 0.76% 0.53% -
XYZ 7.14 3.93 23.68 -
YUV 53.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 65 32 136 0.52 0.76 0 0.47 259.04 0.62 0.33
Hex 41 20 88 34 4C 0 2F 103 3E 21
Octal 101 40 210 64 114 0 57 403 76 41
Binary 1000001 100000 10001000 110100 1001100 0 101111 100000011 111110 100001

Color Harmonies of #412088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412088

Black with #412088

Text Example


Text Example

White with #412088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412088; }

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

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

background-color css

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

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

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

border-color css

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

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

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