Html Css Color HEX #3D2879 Windsor

📋 copy color: '#3D2879'

red 61 ◦ green 40 ◦ blue 121

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

Shades of Windsor #3D2879

Tints of Windsor #3D2879

RGB

 RED value IS 61 (24.22% from 255) = 27.48%

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

 BLUE value IS 121 (47.66% from 255) = 54.5%

R = 27.48%
G = 18.02%
B = 54.5%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D2879 (or 0x3D2879) is known color: Windsor. HEX triplet: 3D, 28 and 79. RGB value is (61,40,121). Sum of RGB (Red+Green+Blue) = 61+40+121=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D2879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2879 is #C2D786. Grayscale: #373737. Windows color (decimal): -12769159 or 7940157. OLE color: 7940157.

HSL color Cylindrical-coordinate representation of color #3D2879: hue angle of 255.56º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D2879 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 40 121 -
CMYK 0.50 0.67 0 0.53
HSL 255.56º 0.5% 0.32% -
HSV(B) 255.56º 0.67% 0.47% -
XYZ 6.13 3.89 18.52 -
YUV 55.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 61 40 121 0.50 0.67 0 0.53 255.56 0.5 0.32
Hex 3D 28 79 32 43 0 35 100 32 20
Octal 75 50 171 62 103 0 65 400 62 40
Binary 111101 101000 1111001 110010 1000011 0 110101 100000000 110010 100000

Color Harmonies of #3D2879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2879

Black with #3D2879

Text Example


Text Example

White with #3D2879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D2879; }

 p { color: rgb(61,40,121); }

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

background-color css

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

 a { background-color: rgb(61,40,121); }

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

border-color css

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

 span { border-color: rgb(61,40,121); }

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