Html Css Color HEX #41278B Windsor

📋 copy color: '#41278B'

red 65 ◦ green 39 ◦ blue 139

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

Shades of Windsor #41278B

Tints of Windsor #41278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.2%

R = 26.75%
G = 16.05%
B = 57.2%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41278B (or 0x41278B) is known color: Windsor. HEX triplet: 41, 27 and 8B. RGB value is (65,39,139). Sum of RGB (Red+Green+Blue) = 65+39+139=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #41278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41278B is #BED874. Grayscale: #393939. Windows color (decimal): -12507253 or 9119553. OLE color: 9119553.

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

Color convert

RGB 65 39 139 -
CMYK 0.53 0.72 0 0.45
HSL 255.6º 0.56% 0.35% -
HSV(B) 255.6º 0.72% 0.55% -
XYZ 7.57 4.44 24.88 -
YUV 58.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 65 39 139 0.53 0.72 0 0.45 255.6 0.56 0.35
Hex 41 27 8B 35 48 0 2D 100 38 23
Octal 101 47 213 65 110 0 55 400 70 43
Binary 1000001 100111 10001011 110101 1001000 0 101101 100000000 111000 100011

Color Harmonies of #41278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41278B

Black with #41278B

Text Example


Text Example

White with #41278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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