Html Css Color HEX #3D1F76 Windsor

📋 copy color: '#3D1F76'

red 61 ◦ green 31 ◦ blue 118

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

Shades of Windsor #3D1F76

Tints of Windsor #3D1F76

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.76%

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

R = 29.05%
G = 14.76%
B = 56.19%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D1F76 (or 0x3D1F76) is known color: Windsor. HEX triplet: 3D, 1F and 76. RGB value is (61,31,118). Sum of RGB (Red+Green+Blue) = 61+31+118=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D1F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1F76 is #C2E089. Grayscale: #313131. Windows color (decimal): -12771466 or 7741245. OLE color: 7741245.

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

Color convert

RGB 61 31 118 -
CMYK 0.48 0.74 0 0.54
HSL 260.69º 0.58% 0.29% -
HSV(B) 260.69º 0.74% 0.46% -
XYZ 5.68 3.28 17.47 -
YUV 49.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 61 31 118 0.48 0.74 0 0.54 260.69 0.58 0.29
Hex 3D 1F 76 30 4A 0 36 105 3A 1D
Octal 75 37 166 60 112 0 66 405 72 35
Binary 111101 11111 1110110 110000 1001010 0 110110 100000101 111010 11101

Color Harmonies of #3D1F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1F76

Black with #3D1F76

Text Example


Text Example

White with #3D1F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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