Html Css Color HEX #402885 Windsor

📋 copy color: '#402885'

red 64 ◦ green 40 ◦ blue 133

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

Shades of Windsor #402885

Tints of Windsor #402885

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

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

R = 27%
G = 16.88%
B = 56.12%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#402885 (or 0x402885) is known color: Windsor. HEX triplet: 40, 28 and 85. RGB value is (64,40,133). Sum of RGB (Red+Green+Blue) = 64+40+133=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #402885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402885 is #BFD77A. Grayscale: #393939. Windows color (decimal): -12572539 or 8726592. OLE color: 8726592.

HSL color Cylindrical-coordinate representation of color #402885: hue angle of 255.48º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402885 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 40 133 -
CMYK 0.52 0.70 0 0.48
HSL 255.48º 0.54% 0.34% -
HSV(B) 255.48º 0.7% 0.52% -
XYZ 7.11 4.3 22.65 -
YUV 57.78 170.45 132.44 -
System Red Green Blue C M Y K H S L
Decimal 64 40 133 0.52 0.70 0 0.48 255.48 0.54 0.34
Hex 40 28 85 34 46 0 30 FF 36 22
Octal 100 50 205 64 106 0 60 377 66 42
Binary 1000000 101000 10000101 110100 1000110 0 110000 11111111 110110 100010

Color Harmonies of #402885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402885

Black with #402885

Text Example


Text Example

White with #402885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402885; }

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

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

background-color css

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

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

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

border-color css

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

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

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