Html Css Color HEX #3A297A Windsor

📋 copy color: '#3A297A'

red 58 ◦ green 41 ◦ blue 122

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

Shades of Windsor #3A297A

Tints of Windsor #3A297A

RGB

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

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

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

R = 26.24%
G = 18.55%
B = 55.2%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A297A (or 0x3A297A) is known color: Windsor. HEX triplet: 3A, 29 and 7A. RGB value is (58,41,122). Sum of RGB (Red+Green+Blue) = 58+41+122=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A297A is #C5D685. Grayscale: #373737. Windows color (decimal): -12965510 or 8005946. OLE color: 8005946.

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

Color convert

RGB 58 41 122 -
CMYK 0.52 0.66 0 0.52
HSL 252.59º 0.5% 0.32% -
HSV(B) 252.59º 0.66% 0.48% -
XYZ 6.05 3.89 18.84 -
YUV 55.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 58 41 122 0.52 0.66 0 0.52 252.59 0.5 0.32
Hex 3A 29 7A 34 42 0 34 FD 32 20
Octal 72 51 172 64 102 0 64 375 62 40
Binary 111010 101001 1111010 110100 1000010 0 110100 11111101 110010 100000

Color Harmonies of #3A297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A297A

Black with #3A297A

Text Example


Text Example

White with #3A297A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,41,122); }

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

background-color css

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

 a { background-color: rgb(58,41,122); }

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

border-color css

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

 span { border-color: rgb(58,41,122); }

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