Html Css Color HEX #3D297B Windsor

📋 copy color: '#3D297B'

red 61 ◦ green 41 ◦ blue 123

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

Shades of Windsor #3D297B

Tints of Windsor #3D297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.67%

R = 27.11%
G = 18.22%
B = 54.67%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3D297B (or 0x3D297B) is known color: Windsor. HEX triplet: 3D, 29 and 7B. RGB value is (61,41,123). Sum of RGB (Red+Green+Blue) = 61+41+123=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D297B is #C2D684. Grayscale: #383838. Windows color (decimal): -12768901 or 8071485. OLE color: 8071485.

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

Color convert

RGB 61 41 123 -
CMYK 0.50 0.67 0 0.52
HSL 254.63º 0.5% 0.32% -
HSV(B) 254.63º 0.67% 0.48% -
XYZ 6.29 4.01 19.18 -
YUV 56.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 61 41 123 0.50 0.67 0 0.52 254.63 0.5 0.32
Hex 3D 29 7B 32 43 0 34 FF 32 20
Octal 75 51 173 62 103 0 64 377 62 40
Binary 111101 101001 1111011 110010 1000011 0 110100 11111111 110010 100000

Color Harmonies of #3D297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D297B

Black with #3D297B

Text Example


Text Example

White with #3D297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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