Html Css Color HEX #41297D Windsor

📋 copy color: '#41297D'

red 65 ◦ green 41 ◦ blue 125

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

Shades of Windsor #41297D

Tints of Windsor #41297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 28.14%
G = 17.75%
B = 54.11%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41297D (or 0x41297D) is known color: Windsor. HEX triplet: 41, 29 and 7D. RGB value is (65,41,125). Sum of RGB (Red+Green+Blue) = 65+41+125=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #41297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41297D is #BED682. Grayscale: #393939. Windows color (decimal): -12506755 or 8202561. OLE color: 8202561.

HSL color Cylindrical-coordinate representation of color #41297D: hue angle of 257.14º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41297D is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 41 125 -
CMYK 0.48 0.67 0 0.51
HSL 257.14º 0.51% 0.33% -
HSV(B) 257.14º 0.67% 0.49% -
XYZ 6.67 4.19 19.86 -
YUV 57.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 65 41 125 0.48 0.67 0 0.51 257.14 0.51 0.33
Hex 41 29 7D 30 43 0 33 101 33 21
Octal 101 51 175 60 103 0 63 401 63 41
Binary 1000001 101001 1111101 110000 1000011 0 110011 100000001 110011 100001

Color Harmonies of #41297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41297D

Black with #41297D

Text Example


Text Example

White with #41297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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