Html Css Color HEX #3D227A Windsor

📋 copy color: '#3D227A'

red 61 ◦ green 34 ◦ blue 122

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

Shades of Windsor #3D227A

Tints of Windsor #3D227A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

 BLUE value IS 122 (48.05% from 255) = 56.22%

R = 28.11%
G = 15.67%
B = 56.22%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3D227A (or 0x3D227A) is known color: Windsor. HEX triplet: 3D, 22 and 7A. RGB value is (61,34,122). Sum of RGB (Red+Green+Blue) = 61+34+122=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D227A is #C2DD85. Grayscale: #333333. Windows color (decimal): -12770694 or 8004157. OLE color: 8004157.

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

Color convert

RGB 61 34 122 -
CMYK 0.50 0.72 0 0.52
HSL 258.41º 0.56% 0.31% -
HSV(B) 258.41º 0.72% 0.48% -
XYZ 6.01 3.54 18.78 -
YUV 52.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 61 34 122 0.50 0.72 0 0.52 258.41 0.56 0.31
Hex 3D 22 7A 32 48 0 34 102 38 1F
Octal 75 42 172 62 110 0 64 402 70 37
Binary 111101 100010 1111010 110010 1001000 0 110100 100000010 111000 11111

Color Harmonies of #3D227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D227A

Black with #3D227A

Text Example


Text Example

White with #3D227A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,34,122); }

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

background-color css

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

 a { background-color: rgb(61,34,122); }

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

border-color css

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

 span { border-color: rgb(61,34,122); }

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