Html Css Color HEX #412185 Windsor

📋 copy color: '#412185'

red 65 ◦ green 33 ◦ blue 133

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

Shades of Windsor #412185

Tints of Windsor #412185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

 BLUE value IS 133 (52.34% from 255) = 57.58%

R = 28.14%
G = 14.29%
B = 57.58%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#412185 (or 0x412185) is known color: Windsor. HEX triplet: 41, 21 and 85. RGB value is (65,33,133). Sum of RGB (Red+Green+Blue) = 65+33+133=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #412185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412185 is #BEDE7A. Grayscale: #353535. Windows color (decimal): -12508795 or 8724801. OLE color: 8724801.

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

Color convert

RGB 65 33 133 -
CMYK 0.51 0.75 0 0.48
HSL 259.2º 0.6% 0.33% -
HSV(B) 259.2º 0.75% 0.52% -
XYZ 6.96 3.9 22.58 -
YUV 53.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 65 33 133 0.51 0.75 0 0.48 259.2 0.6 0.33
Hex 41 21 85 33 4B 0 30 103 3C 21
Octal 101 41 205 63 113 0 60 403 74 41
Binary 1000001 100001 10000101 110011 1001011 0 110000 100000011 111100 100001

Color Harmonies of #412185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412185

Black with #412185

Text Example


Text Example

White with #412185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412185; }

 p { color: rgb(65,33,133); }

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

background-color css

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

 a { background-color: rgb(65,33,133); }

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

border-color css

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

 span { border-color: rgb(65,33,133); }

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