Html Css Color HEX #412675 Windsor

📋 copy color: '#412675'

red 65 ◦ green 38 ◦ blue 117

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

Shades of Windsor #412675

Tints of Windsor #412675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

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

R = 29.55%
G = 17.27%
B = 53.18%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#412675 (or 0x412675) is known color: Windsor. HEX triplet: 41, 26 and 75. RGB value is (65,38,117). Sum of RGB (Red+Green+Blue) = 65+38+117=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #412675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412675 is #BED98A. Grayscale: #363636. Windows color (decimal): -12507531 or 7677505. OLE color: 7677505.

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

Color convert

RGB 65 38 117 -
CMYK 0.44 0.68 0 0.54
HSL 260.51º 0.51% 0.3% -
HSV(B) 260.51º 0.68% 0.46% -
XYZ 6.08 3.79 17.24 -
YUV 55.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 65 38 117 0.44 0.68 0 0.54 260.51 0.51 0.3
Hex 41 26 75 2C 44 0 36 105 33 1E
Octal 101 46 165 54 104 0 66 405 63 36
Binary 1000001 100110 1110101 101100 1000100 0 110110 100000101 110011 11110

Color Harmonies of #412675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412675

Black with #412675

Text Example


Text Example

White with #412675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412675; }

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

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

background-color css

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

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

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

border-color css

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

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

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