Html Css Color HEX #41237A Windsor

📋 copy color: '#41237A'

red 65 ◦ green 35 ◦ blue 122

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

Shades of Windsor #41237A

Tints of Windsor #41237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

 BLUE value IS 122 (48.05% from 255) = 54.95%

R = 29.28%
G = 15.77%
B = 54.95%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41237A (or 0x41237A) is known color: Windsor. HEX triplet: 41, 23 and 7A. RGB value is (65,35,122). Sum of RGB (Red+Green+Blue) = 65+35+122=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #41237A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41237A is #BEDC85. Grayscale: #353535. Windows color (decimal): -12508294 or 8004417. OLE color: 8004417.

HSL color Cylindrical-coordinate representation of color #41237A: hue angle of 260.69º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41237A is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 35 122 -
CMYK 0.47 0.71 0 0.52
HSL 260.69º 0.55% 0.31% -
HSV(B) 260.69º 0.71% 0.48% -
XYZ 6.29 3.73 18.8 -
YUV 53.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 65 35 122 0.47 0.71 0 0.52 260.69 0.55 0.31
Hex 41 23 7A 2F 47 0 34 105 37 1F
Octal 101 43 172 57 107 0 64 405 67 37
Binary 1000001 100011 1111010 101111 1000111 0 110100 100000101 110111 11111

Color Harmonies of #41237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41237A

Black with #41237A

Text Example


Text Example

White with #41237A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,35,122); }

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

background-color css

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

 a { background-color: rgb(65,35,122); }

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

border-color css

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

 span { border-color: rgb(65,35,122); }

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