Html Css Color HEX #3D2870 Windsor

📋 copy color: '#3D2870'

red 61 ◦ green 40 ◦ blue 112

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

Shades of Windsor #3D2870

Tints of Windsor #3D2870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

 BLUE value IS 112 (44.14% from 255) = 52.58%

R = 28.64%
G = 18.78%
B = 52.58%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D2870 (or 0x3D2870) is known color: Windsor. HEX triplet: 3D, 28 and 70. RGB value is (61,40,112). Sum of RGB (Red+Green+Blue) = 61+40+112=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D2870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2870 is #C2D78F. Grayscale: #363636. Windows color (decimal): -12769168 or 7350333. OLE color: 7350333.

HSL color Cylindrical-coordinate representation of color #3D2870: hue angle of 257.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D2870 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 40 112 -
CMYK 0.46 0.64 0 0.56
HSL 257.5º 0.47% 0.3% -
HSV(B) 257.5º 0.64% 0.44% -
XYZ 5.61 3.68 15.74 -
YUV 54.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 61 40 112 0.46 0.64 0 0.56 257.5 0.47 0.3
Hex 3D 28 70 2E 40 0 38 102 2F 1E
Octal 75 50 160 56 100 0 70 402 57 36
Binary 111101 101000 1110000 101110 1000000 0 111000 100000010 101111 11110

Color Harmonies of #3D2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2870

Black with #3D2870

Text Example


Text Example

White with #3D2870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,40,112); }

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

background-color css

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

 a { background-color: rgb(61,40,112); }

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

border-color css

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

 span { border-color: rgb(61,40,112); }

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