Html Css Color HEX #3D2978 Windsor

📋 copy color: '#3D2978'

red 61 ◦ green 41 ◦ blue 120

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

Shades of Windsor #3D2978

Tints of Windsor #3D2978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 54.05%

R = 27.48%
G = 18.47%
B = 54.05%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D2978 (or 0x3D2978) is known color: Windsor. HEX triplet: 3D, 29 and 78. RGB value is (61,41,120). Sum of RGB (Red+Green+Blue) = 61+41+120=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D2978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2978 is #C2D687. Grayscale: #373737. Windows color (decimal): -12768904 or 7874877. OLE color: 7874877.

HSL color Cylindrical-coordinate representation of color #3D2978: hue angle of 255.19º 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 #3D2978 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 41 120 -
CMYK 0.49 0.66 0 0.53
HSL 255.19º 0.49% 0.32% -
HSV(B) 255.19º 0.66% 0.47% -
XYZ 6.11 3.93 18.21 -
YUV 55.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 61 41 120 0.49 0.66 0 0.53 255.19 0.49 0.32
Hex 3D 29 78 31 42 0 35 FF 31 20
Octal 75 51 170 61 102 0 65 377 61 40
Binary 111101 101001 1111000 110001 1000010 0 110101 11111111 110001 100000

Color Harmonies of #3D2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2978

Black with #3D2978

Text Example


Text Example

White with #3D2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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