Html Css Color HEX #3D2979 Windsor

📋 copy color: '#3D2979'

red 61 ◦ green 41 ◦ blue 121

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

Shades of Windsor #3D2979

Tints of Windsor #3D2979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.39%

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

R = 27.35%
G = 18.39%
B = 54.26%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D2979 (or 0x3D2979) is known color: Windsor. HEX triplet: 3D, 29 and 79. RGB value is (61,41,121). Sum of RGB (Red+Green+Blue) = 61+41+121=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D2979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2979 is #C2D686. Grayscale: #373737. Windows color (decimal): -12768903 or 7940413. OLE color: 7940413.

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

Color convert

RGB 61 41 121 -
CMYK 0.50 0.66 0 0.53
HSL 255º 0.49% 0.32% -
HSV(B) 255º 0.66% 0.47% -
XYZ 6.17 3.96 18.53 -
YUV 56.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 61 41 121 0.50 0.66 0 0.53 255 0.49 0.32
Hex 3D 29 79 32 42 0 35 FF 31 20
Octal 75 51 171 62 102 0 65 377 61 40
Binary 111101 101001 1111001 110010 1000010 0 110101 11111111 110001 100000

Color Harmonies of #3D2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2979

Black with #3D2979

Text Example


Text Example

White with #3D2979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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