Html Css Color HEX #41357A Windsor

📋 copy color: '#41357A'

red 65 ◦ green 53 ◦ blue 122

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

Shades of Windsor #41357A

Tints of Windsor #41357A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

 BLUE value IS 122 (48.05% from 255) = 50.83%

R = 27.08%
G = 22.08%
B = 50.83%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41357A (or 0x41357A) is known color: Windsor. HEX triplet: 41, 35 and 7A. RGB value is (65,53,122). Sum of RGB (Red+Green+Blue) = 65+53+122=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #41357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41357A is #BECA85. Grayscale: #404040. Windows color (decimal): -12503686 or 8009025. OLE color: 8009025.

HSL color Cylindrical-coordinate representation of color #41357A: hue angle of 250.43º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41357A is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 53 122 -
CMYK 0.47 0.57 0 0.52
HSL 250.43º 0.39% 0.34% -
HSV(B) 250.43º 0.57% 0.48% -
XYZ 6.97 5.08 19.02 -
YUV 64.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 65 53 122 0.47 0.57 0 0.52 250.43 0.39 0.34
Hex 41 35 7A 2F 39 0 34 FA 27 22
Octal 101 65 172 57 71 0 64 372 47 42
Binary 1000001 110101 1111010 101111 111001 0 110100 11111010 100111 100010

Color Harmonies of #41357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41357A

Black with #41357A

Text Example


Text Example

White with #41357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41357A; }

 p { color: rgb(65,53,122); }

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

background-color css

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

 a { background-color: rgb(65,53,122); }

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

border-color css

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

 span { border-color: rgb(65,53,122); }

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