Html Css Color HEX #412678 Windsor

📋 copy color: '#412678'

red 65 ◦ green 38 ◦ blue 120

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

Shades of Windsor #412678

Tints of Windsor #412678

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

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

R = 29.15%
G = 17.04%
B = 53.81%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#412678 (or 0x412678) is known color: Windsor. HEX triplet: 41, 26 and 78. RGB value is (65,38,120). Sum of RGB (Red+Green+Blue) = 65+38+120=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #412678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412678 is #BED987. Grayscale: #373737. Windows color (decimal): -12507528 or 7874113. OLE color: 7874113.

HSL color Cylindrical-coordinate representation of color #412678: hue angle of 259.76º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412678 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 38 120 -
CMYK 0.46 0.68 0 0.53
HSL 259.76º 0.52% 0.31% -
HSV(B) 259.76º 0.68% 0.47% -
XYZ 6.26 3.87 18.19 -
YUV 55.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 65 38 120 0.46 0.68 0 0.53 259.76 0.52 0.31
Hex 41 26 78 2E 44 0 35 104 34 1F
Octal 101 46 170 56 104 0 65 404 64 37
Binary 1000001 100110 1111000 101110 1000100 0 110101 100000100 110100 11111

Color Harmonies of #412678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412678

Black with #412678

Text Example


Text Example

White with #412678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412678; }

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

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

background-color css

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

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

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

border-color css

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

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

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