Html Css Color HEX #41307D Windsor

📋 copy color: '#41307D'

red 65 ◦ green 48 ◦ blue 125

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

Shades of Windsor #41307D

Tints of Windsor #41307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

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

R = 27.31%
G = 20.17%
B = 52.52%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41307D (or 0x41307D) is known color: Windsor. HEX triplet: 41, 30 and 7D. RGB value is (65,48,125). Sum of RGB (Red+Green+Blue) = 65+48+125=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #41307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41307D is #BECF82. Grayscale: #3D3D3D. Windows color (decimal): -12504963 or 8204353. OLE color: 8204353.

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

Color convert

RGB 65 48 125 -
CMYK 0.48 0.62 0 0.51
HSL 253.25º 0.45% 0.34% -
HSV(B) 253.25º 0.62% 0.49% -
XYZ 6.94 4.72 19.95 -
YUV 61.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 65 48 125 0.48 0.62 0 0.51 253.25 0.45 0.34
Hex 41 30 7D 30 3E 0 33 FD 2D 22
Octal 101 60 175 60 76 0 63 375 55 42
Binary 1000001 110000 1111101 110000 111110 0 110011 11111101 101101 100010

Color Harmonies of #41307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41307D

Black with #41307D

Text Example


Text Example

White with #41307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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