Html Css Color HEX #413073 Windsor

📋 copy color: '#413073'

red 65 ◦ green 48 ◦ blue 115

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

Shades of Windsor #413073

Tints of Windsor #413073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 28.51%
G = 21.05%
B = 50.44%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#413073 (or 0x413073) is known color: Windsor. HEX triplet: 41, 30 and 73. RGB value is (65,48,115). Sum of RGB (Red+Green+Blue) = 65+48+115=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #413073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413073 is #BECF8C. Grayscale: #3C3C3C. Windows color (decimal): -12504973 or 7548993. OLE color: 7548993.

HSL color Cylindrical-coordinate representation of color #413073: hue angle of 255.22º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413073 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 48 115 -
CMYK 0.43 0.58 0 0.55
HSL 255.22º 0.41% 0.32% -
HSV(B) 255.22º 0.58% 0.45% -
XYZ 6.33 4.48 16.75 -
YUV 60.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 65 48 115 0.43 0.58 0 0.55 255.22 0.41 0.32
Hex 41 30 73 2B 3A 0 37 FF 29 20
Octal 101 60 163 53 72 0 67 377 51 40
Binary 1000001 110000 1110011 101011 111010 0 110111 11111111 101001 100000

Color Harmonies of #413073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413073

Black with #413073

Text Example


Text Example

White with #413073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413073; }

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

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

background-color css

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

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

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

border-color css

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

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

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