Html Css Color HEX #412888 Windsor

📋 copy color: '#412888'

red 65 ◦ green 40 ◦ blue 136

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

Shades of Windsor #412888

Tints of Windsor #412888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.6%

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

R = 26.97%
G = 16.6%
B = 56.43%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#412888 (or 0x412888) is known color: Windsor. HEX triplet: 41, 28 and 88. RGB value is (65,40,136). Sum of RGB (Red+Green+Blue) = 65+40+136=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #412888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412888 is #BED777. Grayscale: #3A3A3A. Windows color (decimal): -12507000 or 8923201. OLE color: 8923201.

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

Color convert

RGB 65 40 136 -
CMYK 0.52 0.71 0 0.47
HSL 255.63º 0.55% 0.35% -
HSV(B) 255.63º 0.71% 0.53% -
XYZ 7.38 4.42 23.76 -
YUV 58.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 65 40 136 0.52 0.71 0 0.47 255.63 0.55 0.35
Hex 41 28 88 34 47 0 2F 100 37 23
Octal 101 50 210 64 107 0 57 400 67 43
Binary 1000001 101000 10001000 110100 1000111 0 101111 100000000 110111 100011

Color Harmonies of #412888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412888

Black with #412888

Text Example


Text Example

White with #412888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412888; }

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

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

background-color css

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

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

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

border-color css

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

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

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