Html Css Color HEX #41238E Windsor

📋 copy color: '#41238E'

red 65 ◦ green 35 ◦ blue 142

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

Shades of Windsor #41238E

Tints of Windsor #41238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.68%

R = 26.86%
G = 14.46%
B = 58.68%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41238E (or 0x41238E) is known color: Windsor. HEX triplet: 41, 23 and 8E. RGB value is (65,35,142). Sum of RGB (Red+Green+Blue) = 65+35+142=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #41238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41238E is #BEDC71. Grayscale: #373737. Windows color (decimal): -12508274 or 9315137. OLE color: 9315137.

HSL color Cylindrical-coordinate representation of color #41238E: hue angle of 256.82º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41238E is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 35 142 -
CMYK 0.54 0.75 0 0.44
HSL 256.82º 0.6% 0.35% -
HSV(B) 256.82º 0.75% 0.56% -
XYZ 7.66 4.28 26.01 -
YUV 56.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 65 35 142 0.54 0.75 0 0.44 256.82 0.6 0.35
Hex 41 23 8E 36 4B 0 2C 101 3C 23
Octal 101 43 216 66 113 0 54 401 74 43
Binary 1000001 100011 10001110 110110 1001011 0 101100 100000001 111100 100011

Color Harmonies of #41238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41238E

Black with #41238E

Text Example


Text Example

White with #41238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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