Html Css Color HEX #412270 Windsor

📋 copy color: '#412270'

red 65 ◦ green 34 ◦ blue 112

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

Shades of Windsor #412270

Tints of Windsor #412270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

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

R = 30.81%
G = 16.11%
B = 53.08%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#412270 (or 0x412270) is known color: Windsor. HEX triplet: 41, 22 and 70. RGB value is (65,34,112). Sum of RGB (Red+Green+Blue) = 65+34+112=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #412270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412270 is #BEDD8F. Grayscale: #333333. Windows color (decimal): -12508560 or 7348801. OLE color: 7348801.

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

Color convert

RGB 65 34 112 -
CMYK 0.42 0.70 0 0.56
HSL 263.85º 0.53% 0.29% -
HSV(B) 263.85º 0.7% 0.44% -
XYZ 5.68 3.44 15.69 -
YUV 52.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 65 34 112 0.42 0.70 0 0.56 263.85 0.53 0.29
Hex 41 22 70 2A 46 0 38 108 35 1D
Octal 101 42 160 52 106 0 70 410 65 35
Binary 1000001 100010 1110000 101010 1000110 0 111000 100001000 110101 11101

Color Harmonies of #412270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412270

Black with #412270

Text Example


Text Example

White with #412270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412270; }

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

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

background-color css

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

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

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

border-color css

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

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

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