Html Css Color HEX #3D2580 Windsor

📋 copy color: '#3D2580'

red 61 ◦ green 37 ◦ blue 128

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

Shades of Windsor #3D2580

Tints of Windsor #3D2580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

 BLUE value IS 128 (50.39% from 255) = 56.64%

R = 26.99%
G = 16.37%
B = 56.64%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3D2580 (or 0x3D2580) is known color: Windsor. HEX triplet: 3D, 25 and 80. RGB value is (61,37,128). Sum of RGB (Red+Green+Blue) = 61+37+128=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #3D2580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2580 is #C2DA7F. Grayscale: #363636. Windows color (decimal): -12769920 or 8398141. OLE color: 8398141.

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

Color convert

RGB 61 37 128 -
CMYK 0.52 0.71 0 0.50
HSL 255.82º 0.55% 0.32% -
HSV(B) 255.82º 0.71% 0.5% -
XYZ 6.48 3.87 20.83 -
YUV 54.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 61 37 128 0.52 0.71 0 0.50 255.82 0.55 0.32
Hex 3D 25 80 34 47 0 32 100 37 20
Octal 75 45 200 64 107 0 62 400 67 40
Binary 111101 100101 10000000 110100 1000111 0 110010 100000000 110111 100000

Color Harmonies of #3D2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2580

Black with #3D2580

Text Example


Text Example

White with #3D2580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,37,128); }

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

background-color css

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

 a { background-color: rgb(61,37,128); }

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

border-color css

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

 span { border-color: rgb(61,37,128); }

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