Html Css Color HEX #3D297F Windsor

📋 copy color: '#3D297F'

red 61 ◦ green 41 ◦ blue 127

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

Shades of Windsor #3D297F

Tints of Windsor #3D297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

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

R = 26.64%
G = 17.9%
B = 55.46%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3D297F (or 0x3D297F) is known color: Windsor. HEX triplet: 3D, 29 and 7F. RGB value is (61,41,127). Sum of RGB (Red+Green+Blue) = 61+41+127=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D297F is #C2D680. Grayscale: #383838. Windows color (decimal): -12768897 or 8333629. OLE color: 8333629.

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

Color convert

RGB 61 41 127 -
CMYK 0.52 0.68 0 0.50
HSL 253.95º 0.51% 0.33% -
HSV(B) 253.95º 0.68% 0.5% -
XYZ 6.55 4.11 20.53 -
YUV 56.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 61 41 127 0.52 0.68 0 0.50 253.95 0.51 0.33
Hex 3D 29 7F 34 44 0 32 FE 33 21
Octal 75 51 177 64 104 0 62 376 63 41
Binary 111101 101001 1111111 110100 1000100 0 110010 11111110 110011 100001

Color Harmonies of #3D297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D297F

Black with #3D297F

Text Example


Text Example

White with #3D297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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