Html Css Color HEX #3A247C Windsor

📋 copy color: '#3A247C'

red 58 ◦ green 36 ◦ blue 124

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

Shades of Windsor #3A247C

Tints of Windsor #3A247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.88%

R = 26.61%
G = 16.51%
B = 56.88%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A247C (or 0x3A247C) is known color: Windsor. HEX triplet: 3A, 24 and 7C. RGB value is (58,36,124). Sum of RGB (Red+Green+Blue) = 58+36+124=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A247C is #C5DB83. Grayscale: #343434. Windows color (decimal): -12966788 or 8135738. OLE color: 8135738.

HSL color Cylindrical-coordinate representation of color #3A247C: hue angle of 255º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A247C is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 36 124 -
CMYK 0.53 0.71 0 0.51
HSL 255º 0.55% 0.31% -
HSV(B) 255º 0.71% 0.49% -
XYZ 6.01 3.62 19.45 -
YUV 52.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 58 36 124 0.53 0.71 0 0.51 255 0.55 0.31
Hex 3A 24 7C 35 47 0 33 FF 37 1F
Octal 72 44 174 65 107 0 63 377 67 37
Binary 111010 100100 1111100 110101 1000111 0 110011 11111111 110111 11111

Color Harmonies of #3A247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A247C

Black with #3A247C

Text Example


Text Example

White with #3A247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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