Html Css Color HEX #41257E Windsor

📋 copy color: '#41257E'

red 65 ◦ green 37 ◦ blue 126

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

Shades of Windsor #41257E

Tints of Windsor #41257E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.23%

 BLUE value IS 126 (49.61% from 255) = 55.26%

R = 28.51%
G = 16.23%
B = 55.26%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41257E (or 0x41257E) is known color: Windsor. HEX triplet: 41, 25 and 7E. RGB value is (65,37,126). Sum of RGB (Red+Green+Blue) = 65+37+126=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #41257E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41257E is #BEDA81. Grayscale: #373737. Windows color (decimal): -12507778 or 8267073. OLE color: 8267073.

HSL color Cylindrical-coordinate representation of color #41257E: hue angle of 258.88º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41257E is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 37 126 -
CMYK 0.48 0.71 0 0.51
HSL 258.88º 0.55% 0.32% -
HSV(B) 258.88º 0.71% 0.49% -
XYZ 6.61 3.95 20.15 -
YUV 55.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 65 37 126 0.48 0.71 0 0.51 258.88 0.55 0.32
Hex 41 25 7E 30 47 0 33 103 37 20
Octal 101 45 176 60 107 0 63 403 67 40
Binary 1000001 100101 1111110 110000 1000111 0 110011 100000011 110111 100000

Color Harmonies of #41257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41257E

Black with #41257E

Text Example


Text Example

White with #41257E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,37,126); }

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

background-color css

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

 a { background-color: rgb(65,37,126); }

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

border-color css

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

 span { border-color: rgb(65,37,126); }

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