Html Css Color HEX #3D2776 Windsor

📋 copy color: '#3D2776'

red 61 ◦ green 39 ◦ blue 118

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

Shades of Windsor #3D2776

Tints of Windsor #3D2776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 27.98%
G = 17.89%
B = 54.13%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D2776 (or 0x3D2776) is known color: Windsor. HEX triplet: 3D, 27 and 76. RGB value is (61,39,118). Sum of RGB (Red+Green+Blue) = 61+39+118=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D2776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2776 is #C2D889. Grayscale: #363636. Windows color (decimal): -12769418 or 7743293. OLE color: 7743293.

HSL color Cylindrical-coordinate representation of color #3D2776: hue angle of 256.71º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D2776 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 39 118 -
CMYK 0.48 0.67 0 0.54
HSL 256.71º 0.5% 0.31% -
HSV(B) 256.71º 0.67% 0.46% -
XYZ 5.92 3.75 17.55 -
YUV 54.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 61 39 118 0.48 0.67 0 0.54 256.71 0.5 0.31
Hex 3D 27 76 30 43 0 36 101 32 1F
Octal 75 47 166 60 103 0 66 401 62 37
Binary 111101 100111 1110110 110000 1000011 0 110110 100000001 110010 11111

Color Harmonies of #3D2776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2776

Black with #3D2776

Text Example


Text Example

White with #3D2776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,39,118); }

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

background-color css

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

 a { background-color: rgb(61,39,118); }

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

border-color css

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

 span { border-color: rgb(61,39,118); }

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