Html Css Color HEX #41357B Windsor

📋 copy color: '#41357B'

red 65 ◦ green 53 ◦ blue 123

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

Shades of Windsor #41357B

Tints of Windsor #41357B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.04%

R = 26.97%
G = 21.99%
B = 51.04%

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

#41357B (or 0x41357B) is known color: Windsor. HEX triplet: 41, 35 and 7B. RGB value is (65,53,123). Sum of RGB (Red+Green+Blue) = 65+53+123=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #41357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41357B is #BECA84. Grayscale: #404040. Windows color (decimal): -12503685 or 8074561. OLE color: 8074561.

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

Color convert

RGB 65 53 123 -
CMYK 0.47 0.57 0 0.52
HSL 250.29º 0.4% 0.35% -
HSV(B) 250.29º 0.57% 0.48% -
XYZ 7.03 5.1 19.35 -
YUV 64.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 65 53 123 0.47 0.57 0 0.52 250.29 0.4 0.35
Hex 41 35 7B 2F 39 0 34 FA 28 23
Octal 101 65 173 57 71 0 64 372 50 43
Binary 1000001 110101 1111011 101111 111001 0 110100 11111010 101000 100011

Color Harmonies of #41357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41357B

Black with #41357B

Text Example


Text Example

White with #41357B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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