Html Css Color HEX #3A247B Windsor

📋 copy color: '#3A247B'

red 58 ◦ green 36 ◦ blue 123

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

Shades of Windsor #3A247B

Tints of Windsor #3A247B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 56.68%

R = 26.73%
G = 16.59%
B = 56.68%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A247B (or 0x3A247B) is known color: Windsor. HEX triplet: 3A, 24 and 7B. RGB value is (58,36,123). Sum of RGB (Red+Green+Blue) = 58+36+123=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A247B is #C5DB84. Grayscale: #343434. Windows color (decimal): -12966789 or 8070202. OLE color: 8070202.

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

Color convert

RGB 58 36 123 -
CMYK 0.53 0.71 0 0.52
HSL 255.17º 0.55% 0.31% -
HSV(B) 255.17º 0.71% 0.48% -
XYZ 5.95 3.59 19.12 -
YUV 52.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 58 36 123 0.53 0.71 0 0.52 255.17 0.55 0.31
Hex 3A 24 7B 35 47 0 34 FF 37 1F
Octal 72 44 173 65 107 0 64 377 67 37
Binary 111010 100100 1111011 110101 1000111 0 110100 11111111 110111 11111

Color Harmonies of #3A247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A247B

Black with #3A247B

Text Example


Text Example

White with #3A247B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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