Html Css Color HEX #3D276F Windsor

📋 copy color: '#3D276F'

red 61 ◦ green 39 ◦ blue 111

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

Shades of Windsor #3D276F

Tints of Windsor #3D276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.61%

R = 28.91%
G = 18.48%
B = 52.61%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D276F (or 0x3D276F) is known color: Windsor. HEX triplet: 3D, 27 and 6F. RGB value is (61,39,111). Sum of RGB (Red+Green+Blue) = 61+39+111=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D276F is #C2D890. Grayscale: #353535. Windows color (decimal): -12769425 or 7284541. OLE color: 7284541.

HSL color Cylindrical-coordinate representation of color #3D276F: hue angle of 258.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D276F is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 39 111 -
CMYK 0.45 0.65 0 0.56
HSL 258.33º 0.48% 0.29% -
HSV(B) 258.33º 0.65% 0.44% -
XYZ 5.52 3.59 15.44 -
YUV 53.79 160.29 133.15 -
System Red Green Blue C M Y K H S L
Decimal 61 39 111 0.45 0.65 0 0.56 258.33 0.48 0.29
Hex 3D 27 6F 2D 41 0 38 102 30 1D
Octal 75 47 157 55 101 0 70 402 60 35
Binary 111101 100111 1101111 101101 1000001 0 111000 100000010 110000 11101

Color Harmonies of #3D276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D276F

Black with #3D276F

Text Example


Text Example

White with #3D276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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