Html Css Color HEX #412B75 Windsor

📋 copy color: '#412B75'

red 65 ◦ green 43 ◦ blue 117

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

Shades of Windsor #412B75

Tints of Windsor #412B75

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.11%

 BLUE value IS 117 (46.09% from 255) = 52%

R = 28.89%
G = 19.11%
B = 52%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#412B75 (or 0x412B75) is known color: Windsor. HEX triplet: 41, 2B and 75. RGB value is (65,43,117). Sum of RGB (Red+Green+Blue) = 65+43+117=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #412B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B75 is #BED48A. Grayscale: #393939. Windows color (decimal): -12506251 or 7678785. OLE color: 7678785.

HSL color Cylindrical-coordinate representation of color #412B75: hue angle of 257.84º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412B75 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 43 117 -
CMYK 0.44 0.63 0 0.54
HSL 257.84º 0.46% 0.31% -
HSV(B) 257.84º 0.63% 0.46% -
XYZ 6.25 4.14 17.3 -
YUV 58.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 65 43 117 0.44 0.63 0 0.54 257.84 0.46 0.31
Hex 41 2B 75 2C 3F 0 36 102 2E 1F
Octal 101 53 165 54 77 0 66 402 56 37
Binary 1000001 101011 1110101 101100 111111 0 110110 100000010 101110 11111

Color Harmonies of #412B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B75

Black with #412B75

Text Example


Text Example

White with #412B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412B75; }

 p { color: rgb(65,43,117); }

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

background-color css

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

 a { background-color: rgb(65,43,117); }

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

border-color css

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

 span { border-color: rgb(65,43,117); }

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