Html Css Color HEX #41307C Windsor

📋 copy color: '#41307C'

red 65 ◦ green 48 ◦ blue 124

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

Shades of Windsor #41307C

Tints of Windsor #41307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 27.43%
G = 20.25%
B = 52.32%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41307C (or 0x41307C) is known color: Windsor. HEX triplet: 41, 30 and 7C. RGB value is (65,48,124). Sum of RGB (Red+Green+Blue) = 65+48+124=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #41307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41307C is #BECF83. Grayscale: #3D3D3D. Windows color (decimal): -12504964 or 8138817. OLE color: 8138817.

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

Color convert

RGB 65 48 124 -
CMYK 0.48 0.61 0 0.51
HSL 253.42º 0.44% 0.34% -
HSV(B) 253.42º 0.61% 0.49% -
XYZ 6.88 4.69 19.61 -
YUV 61.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 65 48 124 0.48 0.61 0 0.51 253.42 0.44 0.34
Hex 41 30 7C 30 3D 0 33 FD 2C 22
Octal 101 60 174 60 75 0 63 375 54 42
Binary 1000001 110000 1111100 110000 111101 0 110011 11111101 101100 100010

Color Harmonies of #41307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41307C

Black with #41307C

Text Example


Text Example

White with #41307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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