Html Css Color HEX #3A2774 Windsor

📋 copy color: '#3A2774'

red 58 ◦ green 39 ◦ blue 116

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

Shades of Windsor #3A2774

Tints of Windsor #3A2774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.31%

 BLUE value IS 116 (45.7% from 255) = 54.46%

R = 27.23%
G = 18.31%
B = 54.46%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A2774 (or 0x3A2774) is known color: Windsor. HEX triplet: 3A, 27 and 74. RGB value is (58,39,116). Sum of RGB (Red+Green+Blue) = 58+39+116=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A2774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2774 is #C5D88B. Grayscale: #353535. Windows color (decimal): -12966028 or 7612218. OLE color: 7612218.

HSL color Cylindrical-coordinate representation of color #3A2774: hue angle of 254.81º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A2774 is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 39 116 -
CMYK 0.5 0.66 0 0.55
HSL 254.81º 0.5% 0.3% -
HSV(B) 254.81º 0.66% 0.45% -
XYZ 5.62 3.61 16.92 -
YUV 53.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 58 39 116 0.5 0.66 0 0.55 254.81 0.5 0.3
Hex 3A 27 74 32 42 0 37 FF 32 1E
Octal 72 47 164 62 102 0 67 377 62 36
Binary 111010 100111 1110100 110010 1000010 0 110111 11111111 110010 11110

Color Harmonies of #3A2774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2774

Black with #3A2774

Text Example


Text Example

White with #3A2774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,39,116); }

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

background-color css

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

 a { background-color: rgb(58,39,116); }

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

border-color css

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

 span { border-color: rgb(58,39,116); }

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