Html Css Color HEX #40307D Windsor

📋 copy color: '#40307D'

red 64 ◦ green 48 ◦ blue 125

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

Shades of Windsor #40307D

Tints of Windsor #40307D

RGB

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

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

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

R = 27%
G = 20.25%
B = 52.74%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40307D (or 0x40307D) is known color: Windsor. HEX triplet: 40, 30 and 7D. RGB value is (64,48,125). Sum of RGB (Red+Green+Blue) = 64+48+125=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #40307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40307D is #BFCF82. Grayscale: #3D3D3D. Windows color (decimal): -12570499 or 8204352. OLE color: 8204352.

HSL color Cylindrical-coordinate representation of color #40307D: hue angle of 252.47º 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 #40307D is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 48 125 -
CMYK 0.49 0.62 0 0.51
HSL 252.47º 0.45% 0.34% -
HSV(B) 252.47º 0.62% 0.49% -
XYZ 6.87 4.68 19.94 -
YUV 61.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 64 48 125 0.49 0.62 0 0.51 252.47 0.45 0.34
Hex 40 30 7D 31 3E 0 33 FC 2D 22
Octal 100 60 175 61 76 0 63 374 55 42
Binary 1000000 110000 1111101 110001 111110 0 110011 11111100 101101 100010

Color Harmonies of #40307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40307D

Black with #40307D

Text Example


Text Example

White with #40307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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