Html Css Color HEX #40347C Windsor

📋 copy color: '#40347C'

red 64 ◦ green 52 ◦ blue 124

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

Shades of Windsor #40347C

Tints of Windsor #40347C

RGB

 RED value IS 64 (25.39% from 255) = 26.67%

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

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

R = 26.67%
G = 21.67%
B = 51.67%

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

#40347C (or 0x40347C) is known color: Windsor. HEX triplet: 40, 34 and 7C. RGB value is (64,52,124). Sum of RGB (Red+Green+Blue) = 64+52+124=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #40347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40347C is #BFCB83. Grayscale: #3F3F3F. Windows color (decimal): -12569476 or 8139840. OLE color: 8139840.

HSL color Cylindrical-coordinate representation of color #40347C: hue angle of 250º 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 #40347C is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 52 124 -
CMYK 0.48 0.58 0 0.51
HSL 250º 0.41% 0.35% -
HSV(B) 250º 0.58% 0.49% -
XYZ 6.98 5 19.67 -
YUV 63.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 64 52 124 0.48 0.58 0 0.51 250 0.41 0.35
Hex 40 34 7C 30 3A 0 33 FA 29 23
Octal 100 64 174 60 72 0 63 372 51 43
Binary 1000000 110100 1111100 110000 111010 0 110011 11111010 101001 100011

Color Harmonies of #40347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40347C

Black with #40347C

Text Example


Text Example

White with #40347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,52,124); }

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

background-color css

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

 a { background-color: rgb(64,52,124); }

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

border-color css

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

 span { border-color: rgb(64,52,124); }

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