Html Css Color HEX #412093 Windsor

📋 copy color: '#412093'

red 65 ◦ green 32 ◦ blue 147

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

Shades of Windsor #412093

Tints of Windsor #412093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.11%

 BLUE value IS 147 (57.81% from 255) = 60.25%

R = 26.64%
G = 13.11%
B = 60.25%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412093 (or 0x412093) is known color: Windsor. HEX triplet: 41, 20 and 93. RGB value is (65,32,147). Sum of RGB (Red+Green+Blue) = 65+32+147=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #412093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412093 is #BEDF6C. Grayscale: #363636. Windows color (decimal): -12509037 or 9642049. OLE color: 9642049.

HSL color Cylindrical-coordinate representation of color #412093: hue angle of 257.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412093 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 32 147 -
CMYK 0.56 0.78 0 0.42
HSL 257.22º 0.64% 0.35% -
HSV(B) 257.22º 0.78% 0.58% -
XYZ 7.96 4.26 28.01 -
YUV 54.98 179.93 135.15 -
System Red Green Blue C M Y K H S L
Decimal 65 32 147 0.56 0.78 0 0.42 257.22 0.64 0.35
Hex 41 20 93 38 4E 0 2A 101 40 23
Octal 101 40 223 70 116 0 52 401 100 43
Binary 1000001 100000 10010011 111000 1001110 0 101010 100000001 1000000 100011

Color Harmonies of #412093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412093

Black with #412093

Text Example


Text Example

White with #412093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412093; }

 p { color: rgb(65,32,147); }

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

background-color css

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

 a { background-color: rgb(65,32,147); }

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

border-color css

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

 span { border-color: rgb(65,32,147); }

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