Html Css Color HEX #413078 Windsor

📋 copy color: '#413078'

red 65 ◦ green 48 ◦ blue 120

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

Shades of Windsor #413078

Tints of Windsor #413078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.5%

R = 27.9%
G = 20.6%
B = 51.5%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#413078 (or 0x413078) is known color: Windsor. HEX triplet: 41, 30 and 78. RGB value is (65,48,120). Sum of RGB (Red+Green+Blue) = 65+48+120=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #413078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413078 is #BECF87. Grayscale: #3D3D3D. Windows color (decimal): -12504968 or 7876673. OLE color: 7876673.

HSL color Cylindrical-coordinate representation of color #413078: hue angle of 254.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #413078 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 48 120 -
CMYK 0.46 0.60 0 0.53
HSL 254.17º 0.43% 0.33% -
HSV(B) 254.17º 0.6% 0.47% -
XYZ 6.63 4.59 18.31 -
YUV 61.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 65 48 120 0.46 0.60 0 0.53 254.17 0.43 0.33
Hex 41 30 78 2E 3C 0 35 FE 2B 21
Octal 101 60 170 56 74 0 65 376 53 41
Binary 1000001 110000 1111000 101110 111100 0 110101 11111110 101011 100001

Color Harmonies of #413078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413078

Black with #413078

Text Example


Text Example

White with #413078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413078; }

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

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

background-color css

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

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

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

border-color css

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

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

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