Html Css Color HEX #41238A Windsor

📋 copy color: '#41238A'

red 65 ◦ green 35 ◦ blue 138

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

Shades of Windsor #41238A

Tints of Windsor #41238A

RGB

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

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

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

R = 27.31%
G = 14.71%
B = 57.98%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41238A (or 0x41238A) is known color: Windsor. HEX triplet: 41, 23 and 8A. RGB value is (65,35,138). Sum of RGB (Red+Green+Blue) = 65+35+138=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #41238A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41238A is #BEDC75. Grayscale: #373737. Windows color (decimal): -12508278 or 9052993. OLE color: 9052993.

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

Color convert

RGB 65 35 138 -
CMYK 0.53 0.75 0 0.46
HSL 257.48º 0.6% 0.34% -
HSV(B) 257.48º 0.75% 0.54% -
XYZ 7.37 4.16 24.46 -
YUV 55.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 65 35 138 0.53 0.75 0 0.46 257.48 0.6 0.34
Hex 41 23 8A 35 4B 0 2E 101 3C 22
Octal 101 43 212 65 113 0 56 401 74 42
Binary 1000001 100011 10001010 110101 1001011 0 101110 100000001 111100 100010

Color Harmonies of #41238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41238A

Black with #41238A

Text Example


Text Example

White with #41238A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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