Html Css Color HEX #403075 Windsor

📋 copy color: '#403075'

red 64 ◦ green 48 ◦ blue 117

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

Shades of Windsor #403075

Tints of Windsor #403075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 27.95%
G = 20.96%
B = 51.09%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403075 (or 0x403075) is known color: Windsor. HEX triplet: 40, 30 and 75. RGB value is (64,48,117). Sum of RGB (Red+Green+Blue) = 64+48+117=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #403075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403075 is #BFCF8A. Grayscale: #3C3C3C. Windows color (decimal): -12570507 or 7680064. OLE color: 7680064.

HSL color Cylindrical-coordinate representation of color #403075: hue angle of 253.91º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403075 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 48 117 -
CMYK 0.45 0.59 0 0.54
HSL 253.91º 0.42% 0.32% -
HSV(B) 253.91º 0.59% 0.46% -
XYZ 6.38 4.49 17.36 -
YUV 60.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 64 48 117 0.45 0.59 0 0.54 253.91 0.42 0.32
Hex 40 30 75 2D 3B 0 36 FE 2A 20
Octal 100 60 165 55 73 0 66 376 52 40
Binary 1000000 110000 1110101 101101 111011 0 110110 11111110 101010 100000

Color Harmonies of #403075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403075

Black with #403075

Text Example


Text Example

White with #403075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403075; }

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

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

background-color css

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

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

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

border-color css

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

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

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