Html Css Color HEX #3D247C Windsor

📋 copy color: '#3D247C'

red 61 ◦ green 36 ◦ blue 124

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

Shades of Windsor #3D247C

Tints of Windsor #3D247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.11%

R = 27.6%
G = 16.29%
B = 56.11%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D247C (or 0x3D247C) is known color: Windsor. HEX triplet: 3D, 24 and 7C. RGB value is (61,36,124). Sum of RGB (Red+Green+Blue) = 61+36+124=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D247C is #C2DB83. Grayscale: #353535. Windows color (decimal): -12770180 or 8135741. OLE color: 8135741.

HSL color Cylindrical-coordinate representation of color #3D247C: hue angle of 257.05º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D247C is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 36 124 -
CMYK 0.51 0.71 0 0.51
HSL 257.05º 0.55% 0.31% -
HSV(B) 257.05º 0.71% 0.49% -
XYZ 6.19 3.71 19.46 -
YUV 53.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 61 36 124 0.51 0.71 0 0.51 257.05 0.55 0.31
Hex 3D 24 7C 33 47 0 33 101 37 1F
Octal 75 44 174 63 107 0 63 401 67 37
Binary 111101 100100 1111100 110011 1000111 0 110011 100000001 110111 11111

Color Harmonies of #3D247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D247C

Black with #3D247C

Text Example


Text Example

White with #3D247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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