Html Css Color HEX #41278A Windsor

📋 copy color: '#41278A'

red 65 ◦ green 39 ◦ blue 138

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

Shades of Windsor #41278A

Tints of Windsor #41278A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.12%

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

R = 26.86%
G = 16.12%
B = 57.02%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41278A (or 0x41278A) is known color: Windsor. HEX triplet: 41, 27 and 8A. RGB value is (65,39,138). Sum of RGB (Red+Green+Blue) = 65+39+138=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #41278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41278A is #BED875. Grayscale: #393939. Windows color (decimal): -12507254 or 9054017. OLE color: 9054017.

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

Color convert

RGB 65 39 138 -
CMYK 0.53 0.72 0 0.46
HSL 255.76º 0.56% 0.35% -
HSV(B) 255.76º 0.72% 0.54% -
XYZ 7.49 4.41 24.5 -
YUV 58.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 65 39 138 0.53 0.72 0 0.46 255.76 0.56 0.35
Hex 41 27 8A 35 48 0 2E 100 38 23
Octal 101 47 212 65 110 0 56 400 70 43
Binary 1000001 100111 10001010 110101 1001000 0 101110 100000000 111000 100011

Color Harmonies of #41278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41278A

Black with #41278A

Text Example


Text Example

White with #41278A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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