Html Css Color HEX #3D1F74 Windsor

📋 copy color: '#3D1F74'

red 61 ◦ green 31 ◦ blue 116

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

Shades of Windsor #3D1F74

Tints of Windsor #3D1F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 29.33%
G = 14.9%
B = 55.77%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3D1F74 (or 0x3D1F74) is known color: Windsor. HEX triplet: 3D, 1F and 74. RGB value is (61,31,116). Sum of RGB (Red+Green+Blue) = 61+31+116=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D1F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1F74 is #C2E08B. Grayscale: #313131. Windows color (decimal): -12771468 or 7610173. OLE color: 7610173.

HSL color Cylindrical-coordinate representation of color #3D1F74: hue angle of 261.18º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D1F74 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 61 31 116 -
CMYK 0.47 0.73 0 0.55
HSL 261.18º 0.58% 0.29% -
HSV(B) 261.18º 0.73% 0.45% -
XYZ 5.57 3.23 16.85 -
YUV 49.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 61 31 116 0.47 0.73 0 0.55 261.18 0.58 0.29
Hex 3D 1F 74 2F 49 0 37 105 3A 1D
Octal 75 37 164 57 111 0 67 405 72 35
Binary 111101 11111 1110100 101111 1001001 0 110111 100000101 111010 11101

Color Harmonies of #3D1F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1F74

Black with #3D1F74

Text Example


Text Example

White with #3D1F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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