Html Css Color HEX #41248A Windsor

📋 copy color: '#41248A'

red 65 ◦ green 36 ◦ blue 138

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

Shades of Windsor #41248A

Tints of Windsor #41248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.74%

R = 27.2%
G = 15.06%
B = 57.74%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41248A (or 0x41248A) is known color: Windsor. HEX triplet: 41, 24 and 8A. RGB value is (65,36,138). Sum of RGB (Red+Green+Blue) = 65+36+138=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #41248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41248A is #BEDB75. Grayscale: #373737. Windows color (decimal): -12508022 or 9053249. OLE color: 9053249.

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

Color convert

RGB 65 36 138 -
CMYK 0.53 0.74 0 0.46
HSL 257.06º 0.59% 0.34% -
HSV(B) 257.06º 0.74% 0.54% -
XYZ 7.4 4.22 24.47 -
YUV 56.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 65 36 138 0.53 0.74 0 0.46 257.06 0.59 0.34
Hex 41 24 8A 35 4A 0 2E 101 3B 22
Octal 101 44 212 65 112 0 56 401 73 42
Binary 1000001 100100 10001010 110101 1001010 0 101110 100000001 111011 100010

Color Harmonies of #41248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41248A

Black with #41248A

Text Example


Text Example

White with #41248A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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