Html Css Color HEX #41248D Windsor

📋 copy color: '#41248D'

red 65 ◦ green 36 ◦ blue 141

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

Shades of Windsor #41248D

Tints of Windsor #41248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.26%

R = 26.86%
G = 14.88%
B = 58.26%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41248D (or 0x41248D) is known color: Windsor. HEX triplet: 41, 24 and 8D. RGB value is (65,36,141). Sum of RGB (Red+Green+Blue) = 65+36+141=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #41248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41248D is #BEDB72. Grayscale: #383838. Windows color (decimal): -12508019 or 9249857. OLE color: 9249857.

HSL color Cylindrical-coordinate representation of color #41248D: hue angle of 256.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41248D is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 36 141 -
CMYK 0.54 0.74 0 0.45
HSL 256.57º 0.59% 0.35% -
HSV(B) 256.57º 0.74% 0.55% -
XYZ 7.62 4.31 25.63 -
YUV 56.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 65 36 141 0.54 0.74 0 0.45 256.57 0.59 0.35
Hex 41 24 8D 36 4A 0 2D 101 3B 23
Octal 101 44 215 66 112 0 55 401 73 43
Binary 1000001 100100 10001101 110110 1001010 0 101101 100000001 111011 100011

Color Harmonies of #41248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41248D

Black with #41248D

Text Example


Text Example

White with #41248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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