Html Css Color HEX #412288 Windsor

📋 copy color: '#412288'

red 65 ◦ green 34 ◦ blue 136

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

Shades of Windsor #412288

Tints of Windsor #412288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.47%

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

R = 27.66%
G = 14.47%
B = 57.87%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#412288 (or 0x412288) is known color: Windsor. HEX triplet: 41, 22 and 88. RGB value is (65,34,136). Sum of RGB (Red+Green+Blue) = 65+34+136=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #412288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412288 is #BEDD77. Grayscale: #363636. Windows color (decimal): -12508536 or 8921665. OLE color: 8921665.

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

Color convert

RGB 65 34 136 -
CMYK 0.52 0.75 0 0.47
HSL 258.24º 0.6% 0.33% -
HSV(B) 258.24º 0.75% 0.53% -
XYZ 7.2 4.05 23.69 -
YUV 54.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 65 34 136 0.52 0.75 0 0.47 258.24 0.6 0.33
Hex 41 22 88 34 4B 0 2F 102 3C 21
Octal 101 42 210 64 113 0 57 402 74 41
Binary 1000001 100010 10001000 110100 1001011 0 101111 100000010 111100 100001

Color Harmonies of #412288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412288

Black with #412288

Text Example


Text Example

White with #412288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412288; }

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

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

background-color css

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

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

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

border-color css

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

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

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