Html Css Color HEX #41347D Windsor

📋 copy color: '#41347D'

red 65 ◦ green 52 ◦ blue 125

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

Shades of Windsor #41347D

Tints of Windsor #41347D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 125 (49.22% from 255) = 51.65%

R = 26.86%
G = 21.49%
B = 51.65%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41347D (or 0x41347D) is known color: Windsor. HEX triplet: 41, 34 and 7D. RGB value is (65,52,125). Sum of RGB (Red+Green+Blue) = 65+52+125=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #41347D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41347D is #BECB82. Grayscale: #3F3F3F. Windows color (decimal): -12503939 or 8205377. OLE color: 8205377.

HSL color Cylindrical-coordinate representation of color #41347D: hue angle of 250.68º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41347D is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 52 125 -
CMYK 0.48 0.58 0 0.51
HSL 250.68º 0.41% 0.35% -
HSV(B) 250.68º 0.58% 0.49% -
XYZ 7.11 5.06 20 -
YUV 64.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 65 52 125 0.48 0.58 0 0.51 250.68 0.41 0.35
Hex 41 34 7D 30 3A 0 33 FB 29 23
Octal 101 64 175 60 72 0 63 373 51 43
Binary 1000001 110100 1111101 110000 111010 0 110011 11111011 101001 100011

Color Harmonies of #41347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41347D

Black with #41347D

Text Example


Text Example

White with #41347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41347D; }

 p { color: rgb(65,52,125); }

 H1.HeaderClassName
 {
   color: #41347D;
 }
 .AnyTagClassName
 {
   color: #41347D;
 }
</style>

background-color css

<style>
 a { background-color: #41347D; }

 a { background-color: rgb(65,52,125); }

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

border-color css

<style>
 span { border-color: #41347D; }

 span { border-color: rgb(65,52,125); }

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