Html Css Color HEX #3A2474 Windsor

📋 copy color: '#3A2474'

red 58 ◦ green 36 ◦ blue 116

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

Shades of Windsor #3A2474

Tints of Windsor #3A2474

RGB

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

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

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

R = 27.62%
G = 17.14%
B = 55.24%

CMYK

 C value IS 0.5

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A2474 (or 0x3A2474) is known color: Windsor. HEX triplet: 3A, 24 and 74. RGB value is (58,36,116). Sum of RGB (Red+Green+Blue) = 58+36+116=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A2474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2474 is #C5DB8B. Grayscale: #333333. Windows color (decimal): -12966796 or 7611450. OLE color: 7611450.

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

Color convert

RGB 58 36 116 -
CMYK 0.5 0.69 0 0.55
HSL 256.5º 0.53% 0.3% -
HSV(B) 256.5º 0.69% 0.45% -
XYZ 5.53 3.42 16.89 -
YUV 51.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 58 36 116 0.5 0.69 0 0.55 256.5 0.53 0.3
Hex 3A 24 74 32 45 0 37 100 35 1E
Octal 72 44 164 62 105 0 67 400 65 36
Binary 111010 100100 1110100 110010 1000101 0 110111 100000000 110101 11110

Color Harmonies of #3A2474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2474

Black with #3A2474

Text Example


Text Example

White with #3A2474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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