Html Css Color HEX #402D85 Windsor

📋 copy color: '#402D85'

red 64 ◦ green 45 ◦ blue 133

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

Shades of Windsor #402D85

Tints of Windsor #402D85

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.6%

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 26.45%
G = 18.6%
B = 54.96%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#402D85 (or 0x402D85) is known color: Windsor. HEX triplet: 40, 2D and 85. RGB value is (64,45,133). Sum of RGB (Red+Green+Blue) = 64+45+133=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #402D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402D85 is #BFD27A. Grayscale: #3C3C3C. Windows color (decimal): -12571259 or 8727872. OLE color: 8727872.

HSL color Cylindrical-coordinate representation of color #402D85: hue angle of 252.95º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #402D85 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 45 133 -
CMYK 0.52 0.66 0 0.48
HSL 252.95º 0.49% 0.35% -
HSV(B) 252.95º 0.66% 0.52% -
XYZ 7.29 4.66 22.71 -
YUV 60.71 168.79 130.34 -
System Red Green Blue C M Y K H S L
Decimal 64 45 133 0.52 0.66 0 0.48 252.95 0.49 0.35
Hex 40 2D 85 34 42 0 30 FD 31 23
Octal 100 55 205 64 102 0 60 375 61 43
Binary 1000000 101101 10000101 110100 1000010 0 110000 11111101 110001 100011

Color Harmonies of #402D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D85

Black with #402D85

Text Example


Text Example

White with #402D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402D85; }

 p { color: rgb(64,45,133); }

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

background-color css

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

 a { background-color: rgb(64,45,133); }

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

border-color css

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

 span { border-color: rgb(64,45,133); }

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