Html Css Color HEX #41307F Windsor

📋 copy color: '#41307F'

red 65 ◦ green 48 ◦ blue 127

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

Shades of Windsor #41307F

Tints of Windsor #41307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.92%

R = 27.08%
G = 20%
B = 52.92%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41307F (or 0x41307F) is known color: Windsor. HEX triplet: 41, 30 and 7F. RGB value is (65,48,127). Sum of RGB (Red+Green+Blue) = 65+48+127=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #41307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41307F is #BECF80. Grayscale: #3D3D3D. Windows color (decimal): -12504961 or 8335425. OLE color: 8335425.

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

Color convert

RGB 65 48 127 -
CMYK 0.49 0.62 0 0.50
HSL 252.91º 0.45% 0.34% -
HSV(B) 252.91º 0.62% 0.5% -
XYZ 7.07 4.77 20.63 -
YUV 62.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 65 48 127 0.49 0.62 0 0.50 252.91 0.45 0.34
Hex 41 30 7F 31 3E 0 32 FD 2D 22
Octal 101 60 177 61 76 0 62 375 55 42
Binary 1000001 110000 1111111 110001 111110 0 110010 11111101 101101 100010

Color Harmonies of #41307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41307F

Black with #41307F

Text Example


Text Example

White with #41307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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