Html Css Color HEX #41237B Windsor

📋 copy color: '#41237B'

red 65 ◦ green 35 ◦ blue 123

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

Shades of Windsor #41237B

Tints of Windsor #41237B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

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

R = 29.15%
G = 15.7%
B = 55.16%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41237B (or 0x41237B) is known color: Windsor. HEX triplet: 41, 23 and 7B. RGB value is (65,35,123). Sum of RGB (Red+Green+Blue) = 65+35+123=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #41237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41237B is #BEDC84. Grayscale: #353535. Windows color (decimal): -12508293 or 8069953. OLE color: 8069953.

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

Color convert

RGB 65 35 123 -
CMYK 0.47 0.72 0 0.52
HSL 260.45º 0.56% 0.31% -
HSV(B) 260.45º 0.72% 0.48% -
XYZ 6.36 3.76 19.13 -
YUV 54 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 65 35 123 0.47 0.72 0 0.52 260.45 0.56 0.31
Hex 41 23 7B 2F 48 0 34 104 38 1F
Octal 101 43 173 57 110 0 64 404 70 37
Binary 1000001 100011 1111011 101111 1001000 0 110100 100000100 111000 11111

Color Harmonies of #41237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41237B

Black with #41237B

Text Example


Text Example

White with #41237B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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