Html Css Color HEX #3D247F Windsor

📋 copy color: '#3D247F'

red 61 ◦ green 36 ◦ blue 127

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

Shades of Windsor #3D247F

Tints of Windsor #3D247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.7%

R = 27.23%
G = 16.07%
B = 56.7%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3D247F (or 0x3D247F) is known color: Windsor. HEX triplet: 3D, 24 and 7F. RGB value is (61,36,127). Sum of RGB (Red+Green+Blue) = 61+36+127=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D247F is #C2DB80. Grayscale: #353535. Windows color (decimal): -12770177 or 8332349. OLE color: 8332349.

HSL color Cylindrical-coordinate representation of color #3D247F: hue angle of 256.48º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D247F is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 61 36 127 -
CMYK 0.52 0.72 0 0.50
HSL 256.48º 0.56% 0.32% -
HSV(B) 256.48º 0.72% 0.5% -
XYZ 6.39 3.79 20.47 -
YUV 53.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 61 36 127 0.52 0.72 0 0.50 256.48 0.56 0.32
Hex 3D 24 7F 34 48 0 32 100 38 20
Octal 75 44 177 64 110 0 62 400 70 40
Binary 111101 100100 1111111 110100 1001000 0 110010 100000000 111000 100000

Color Harmonies of #3D247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D247F

Black with #3D247F

Text Example


Text Example

White with #3D247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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