Html Css Color HEX #3A2272 Windsor

📋 copy color: '#3A2272'

red 58 ◦ green 34 ◦ blue 114

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

Shades of Windsor #3A2272

Tints of Windsor #3A2272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.34%

R = 28.16%
G = 16.5%
B = 55.34%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A2272 (or 0x3A2272) is known color: Windsor. HEX triplet: 3A, 22 and 72. RGB value is (58,34,114). Sum of RGB (Red+Green+Blue) = 58+34+114=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A2272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2272 is #C5DD8D. Grayscale: #313131. Windows color (decimal): -12967310 or 7479866. OLE color: 7479866.

HSL color Cylindrical-coordinate representation of color #3A2272: hue angle of 258º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A2272 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 34 114 -
CMYK 0.49 0.70 0 0.55
HSL 258º 0.54% 0.29% -
HSV(B) 258º 0.7% 0.45% -
XYZ 5.35 3.26 16.27 -
YUV 50.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 58 34 114 0.49 0.70 0 0.55 258 0.54 0.29
Hex 3A 22 72 31 46 0 37 102 36 1D
Octal 72 42 162 61 106 0 67 402 66 35
Binary 111010 100010 1110010 110001 1000110 0 110111 100000010 110110 11101

Color Harmonies of #3A2272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2272

Black with #3A2272

Text Example


Text Example

White with #3A2272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,34,114); }

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

background-color css

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

 a { background-color: rgb(58,34,114); }

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

border-color css

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

 span { border-color: rgb(58,34,114); }

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