Html Css Color HEX #3A2477 Windsor

📋 copy color: '#3A2477'

red 58 ◦ green 36 ◦ blue 119

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

Shades of Windsor #3A2477

Tints of Windsor #3A2477

RGB

 RED value IS 58 (23.05% from 255) = 27.23%

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

 BLUE value IS 119 (46.88% from 255) = 55.87%

R = 27.23%
G = 16.9%
B = 55.87%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A2477 (or 0x3A2477) is known color: Windsor. HEX triplet: 3A, 24 and 77. RGB value is (58,36,119). Sum of RGB (Red+Green+Blue) = 58+36+119=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A2477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2477 is #C5DB88. Grayscale: #333333. Windows color (decimal): -12966793 or 7808058. OLE color: 7808058.

HSL color Cylindrical-coordinate representation of color #3A2477: hue angle of 255.9º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A2477 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 36 119 -
CMYK 0.51 0.70 0 0.53
HSL 255.9º 0.54% 0.3% -
HSV(B) 255.9º 0.7% 0.47% -
XYZ 5.71 3.49 17.83 -
YUV 52.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 58 36 119 0.51 0.70 0 0.53 255.9 0.54 0.3
Hex 3A 24 77 33 46 0 35 100 36 1E
Octal 72 44 167 63 106 0 65 400 66 36
Binary 111010 100100 1110111 110011 1000110 0 110101 100000000 110110 11110

Color Harmonies of #3A2477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2477

Black with #3A2477

Text Example


Text Example

White with #3A2477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,36,119); }

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

background-color css

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

 a { background-color: rgb(58,36,119); }

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

border-color css

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

 span { border-color: rgb(58,36,119); }

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