Html Css Color HEX #412470 Windsor

📋 copy color: '#412470'

red 65 ◦ green 36 ◦ blue 112

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

Shades of Windsor #412470

Tints of Windsor #412470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

 BLUE value IS 112 (44.14% from 255) = 52.58%

R = 30.52%
G = 16.9%
B = 52.58%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#412470 (or 0x412470) is known color: Windsor. HEX triplet: 41, 24 and 70. RGB value is (65,36,112). Sum of RGB (Red+Green+Blue) = 65+36+112=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #412470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412470 is #BEDB8F. Grayscale: #353535. Windows color (decimal): -12508048 or 7349313. OLE color: 7349313.

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

Color convert

RGB 65 36 112 -
CMYK 0.42 0.68 0 0.56
HSL 262.89º 0.51% 0.29% -
HSV(B) 262.89º 0.68% 0.44% -
XYZ 5.74 3.56 15.71 -
YUV 53.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 65 36 112 0.42 0.68 0 0.56 262.89 0.51 0.29
Hex 41 24 70 2A 44 0 38 107 33 1D
Octal 101 44 160 52 104 0 70 407 63 35
Binary 1000001 100100 1110000 101010 1000100 0 111000 100000111 110011 11101

Color Harmonies of #412470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412470

Black with #412470

Text Example


Text Example

White with #412470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412470; }

 p { color: rgb(65,36,112); }

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

background-color css

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

 a { background-color: rgb(65,36,112); }

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

border-color css

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

 span { border-color: rgb(65,36,112); }

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