Html Css Color HEX #402C85 Windsor

📋 copy color: '#402C85'

red 64 ◦ green 44 ◦ blue 133

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

Shades of Windsor #402C85

Tints of Windsor #402C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.26%

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

R = 26.56%
G = 18.26%
B = 55.19%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#402C85 (or 0x402C85) is known color: Windsor. HEX triplet: 40, 2C and 85. RGB value is (64,44,133). Sum of RGB (Red+Green+Blue) = 64+44+133=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #402C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402C85 is #BFD37A. Grayscale: #3B3B3B. Windows color (decimal): -12571515 or 8727616. OLE color: 8727616.

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

Color convert

RGB 64 44 133 -
CMYK 0.52 0.67 0 0.48
HSL 253.48º 0.5% 0.35% -
HSV(B) 253.48º 0.67% 0.52% -
XYZ 7.25 4.58 22.69 -
YUV 60.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 64 44 133 0.52 0.67 0 0.48 253.48 0.5 0.35
Hex 40 2C 85 34 43 0 30 FD 32 23
Octal 100 54 205 64 103 0 60 375 62 43
Binary 1000000 101100 10000101 110100 1000011 0 110000 11111101 110010 100011

Color Harmonies of #402C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C85

Black with #402C85

Text Example


Text Example

White with #402C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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