Html Css Color HEX #413076 Windsor

📋 copy color: '#413076'

red 65 ◦ green 48 ◦ blue 118

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

Shades of Windsor #413076

Tints of Windsor #413076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.78%

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 28.14%
G = 20.78%
B = 51.08%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413076 (or 0x413076) is known color: Windsor. HEX triplet: 41, 30 and 76. RGB value is (65,48,118). Sum of RGB (Red+Green+Blue) = 65+48+118=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #413076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413076 is #BECF89. Grayscale: #3C3C3C. Windows color (decimal): -12504970 or 7745601. OLE color: 7745601.

HSL color Cylindrical-coordinate representation of color #413076: hue angle of 254.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413076 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 48 118 -
CMYK 0.45 0.59 0 0.54
HSL 254.57º 0.42% 0.33% -
HSV(B) 254.57º 0.59% 0.46% -
XYZ 6.51 4.55 17.67 -
YUV 61.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 65 48 118 0.45 0.59 0 0.54 254.57 0.42 0.33
Hex 41 30 76 2D 3B 0 36 FF 2A 21
Octal 101 60 166 55 73 0 66 377 52 41
Binary 1000001 110000 1110110 101101 111011 0 110110 11111111 101010 100001

Color Harmonies of #413076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413076

Black with #413076

Text Example


Text Example

White with #413076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413076; }

 p { color: rgb(65,48,118); }

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

background-color css

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

 a { background-color: rgb(65,48,118); }

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

border-color css

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

 span { border-color: rgb(65,48,118); }

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