Html Css Color HEX #412788 Windsor

📋 copy color: '#412788'

red 65 ◦ green 39 ◦ blue 136

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

Shades of Windsor #412788

Tints of Windsor #412788

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

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

R = 27.08%
G = 16.25%
B = 56.67%

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

#412788 (or 0x412788) is known color: Windsor. HEX triplet: 41, 27 and 88. RGB value is (65,39,136). Sum of RGB (Red+Green+Blue) = 65+39+136=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #412788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412788 is #BED877. Grayscale: #393939. Windows color (decimal): -12507256 or 8922945. OLE color: 8922945.

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

Color convert

RGB 65 39 136 -
CMYK 0.52 0.71 0 0.47
HSL 256.08º 0.55% 0.34% -
HSV(B) 256.08º 0.71% 0.53% -
XYZ 7.35 4.35 23.75 -
YUV 57.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 65 39 136 0.52 0.71 0 0.47 256.08 0.55 0.34
Hex 41 27 88 34 47 0 2F 100 37 22
Octal 101 47 210 64 107 0 57 400 67 42
Binary 1000001 100111 10001000 110100 1000111 0 101111 100000000 110111 100010

Color Harmonies of #412788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412788

Black with #412788

Text Example


Text Example

White with #412788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412788; }

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

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

background-color css

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

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

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

border-color css

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

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

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