Html Css Color HEX #412372 Windsor

📋 copy color: '#412372'

red 65 ◦ green 35 ◦ blue 114

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

Shades of Windsor #412372

Tints of Windsor #412372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

 BLUE value IS 114 (44.92% from 255) = 53.27%

R = 30.37%
G = 16.36%
B = 53.27%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#412372 (or 0x412372) is known color: Windsor. HEX triplet: 41, 23 and 72. RGB value is (65,35,114). Sum of RGB (Red+Green+Blue) = 65+35+114=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #412372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412372 is #BEDC8D. Grayscale: #343434. Windows color (decimal): -12508302 or 7480129. OLE color: 7480129.

HSL color Cylindrical-coordinate representation of color #412372: hue angle of 262.78º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412372 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 35 114 -
CMYK 0.43 0.69 0 0.55
HSL 262.78º 0.53% 0.29% -
HSV(B) 262.78º 0.69% 0.45% -
XYZ 5.82 3.54 16.3 -
YUV 52.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 65 35 114 0.43 0.69 0 0.55 262.78 0.53 0.29
Hex 41 23 72 2B 45 0 37 107 35 1D
Octal 101 43 162 53 105 0 67 407 65 35
Binary 1000001 100011 1110010 101011 1000101 0 110111 100000111 110101 11101

Color Harmonies of #412372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412372

Black with #412372

Text Example


Text Example

White with #412372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412372; }

 p { color: rgb(65,35,114); }

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

background-color css

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

 a { background-color: rgb(65,35,114); }

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

border-color css

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

 span { border-color: rgb(65,35,114); }

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