Html Css Color HEX #3A247A Windsor

📋 copy color: '#3A247A'

red 58 ◦ green 36 ◦ blue 122

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

Shades of Windsor #3A247A

Tints of Windsor #3A247A

RGB

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

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

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

R = 26.85%
G = 16.67%
B = 56.48%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A247A (or 0x3A247A) is known color: Windsor. HEX triplet: 3A, 24 and 7A. RGB value is (58,36,122). Sum of RGB (Red+Green+Blue) = 58+36+122=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A247A is #C5DB85. Grayscale: #343434. Windows color (decimal): -12966790 or 8004666. OLE color: 8004666.

HSL color Cylindrical-coordinate representation of color #3A247A: hue angle of 255.35º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A247A is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 36 122 -
CMYK 0.52 0.70 0 0.52
HSL 255.35º 0.54% 0.31% -
HSV(B) 255.35º 0.7% 0.48% -
XYZ 5.89 3.57 18.79 -
YUV 52.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 58 36 122 0.52 0.70 0 0.52 255.35 0.54 0.31
Hex 3A 24 7A 34 46 0 34 FF 36 1F
Octal 72 44 172 64 106 0 64 377 66 37
Binary 111010 100100 1111010 110100 1000110 0 110100 11111111 110110 11111

Color Harmonies of #3A247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A247A

Black with #3A247A

Text Example


Text Example

White with #3A247A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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