Html Css Color HEX #3D2470 Windsor

📋 copy color: '#3D2470'

red 61 ◦ green 36 ◦ blue 112

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

Shades of Windsor #3D2470

Tints of Windsor #3D2470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

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

R = 29.19%
G = 17.22%
B = 53.59%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D2470 (or 0x3D2470) is known color: Windsor. HEX triplet: 3D, 24 and 70. RGB value is (61,36,112). Sum of RGB (Red+Green+Blue) = 61+36+112=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2470 is #C2DB8F. Grayscale: #333333. Windows color (decimal): -12770192 or 7349309. OLE color: 7349309.

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

Color convert

RGB 61 36 112 -
CMYK 0.46 0.68 0 0.56
HSL 259.74º 0.51% 0.29% -
HSV(B) 259.74º 0.68% 0.44% -
XYZ 5.48 3.42 15.7 -
YUV 52.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 61 36 112 0.46 0.68 0 0.56 259.74 0.51 0.29
Hex 3D 24 70 2E 44 0 38 104 33 1D
Octal 75 44 160 56 104 0 70 404 63 35
Binary 111101 100100 1110000 101110 1000100 0 111000 100000100 110011 11101

Color Harmonies of #3D2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2470

Black with #3D2470

Text Example


Text Example

White with #3D2470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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