Html Css Color HEX #41298A Windsor

📋 copy color: '#41298A'

red 65 ◦ green 41 ◦ blue 138

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

Shades of Windsor #41298A

Tints of Windsor #41298A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.8%

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

R = 26.64%
G = 16.8%
B = 56.56%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41298A (or 0x41298A) is known color: Windsor. HEX triplet: 41, 29 and 8A. RGB value is (65,41,138). Sum of RGB (Red+Green+Blue) = 65+41+138=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #41298A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41298A is #BED675. Grayscale: #3A3A3A. Windows color (decimal): -12506742 or 9054529. OLE color: 9054529.

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

Color convert

RGB 65 41 138 -
CMYK 0.53 0.70 0 0.46
HSL 254.85º 0.54% 0.35% -
HSV(B) 254.85º 0.7% 0.54% -
XYZ 7.56 4.54 24.52 -
YUV 59.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 65 41 138 0.53 0.70 0 0.46 254.85 0.54 0.35
Hex 41 29 8A 35 46 0 2E FF 36 23
Octal 101 51 212 65 106 0 56 377 66 43
Binary 1000001 101001 10001010 110101 1000110 0 101110 11111111 110110 100011

Color Harmonies of #41298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41298A

Black with #41298A

Text Example


Text Example

White with #41298A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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