Html Css Color HEX #41248E Windsor

📋 copy color: '#41248E'

red 65 ◦ green 36 ◦ blue 142

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

Shades of Windsor #41248E

Tints of Windsor #41248E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.81%

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

R = 26.75%
G = 14.81%
B = 58.44%

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

#41248E (or 0x41248E) is known color: Windsor. HEX triplet: 41, 24 and 8E. RGB value is (65,36,142). Sum of RGB (Red+Green+Blue) = 65+36+142=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #41248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41248E is #BEDB71. Grayscale: #383838. Windows color (decimal): -12508018 or 9315393. OLE color: 9315393.

HSL color Cylindrical-coordinate representation of color #41248E: hue angle of 256.42º 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 #41248E is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 36 142 -
CMYK 0.54 0.75 0 0.44
HSL 256.42º 0.6% 0.35% -
HSV(B) 256.42º 0.75% 0.56% -
XYZ 7.69 4.34 26.02 -
YUV 56.76 176.11 133.88 -
System Red Green Blue C M Y K H S L
Decimal 65 36 142 0.54 0.75 0 0.44 256.42 0.6 0.35
Hex 41 24 8E 36 4B 0 2C 100 3C 23
Octal 101 44 216 66 113 0 54 400 74 43
Binary 1000001 100100 10001110 110110 1001011 0 101100 100000000 111100 100011

Color Harmonies of #41248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41248E

Black with #41248E

Text Example


Text Example

White with #41248E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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