Html Css Color HEX #4A1F91 Windsor

📋 copy color: '#4A1F91'

red 74 ◦ green 31 ◦ blue 145

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

Shades of Windsor #4A1F91

Tints of Windsor #4A1F91

RGB

 RED value IS 74 (29.3% from 255) = 29.6%

 GREEN value IS 31 (12.5% from 255) = 12.4%

 BLUE value IS 145 (57.03% from 255) = 58%

R = 29.6%
G = 12.4%
B = 58%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4A1F91 (or 0x4A1F91) is known color: Windsor. HEX triplet: 4A, 1F and 91. RGB value is (74,31,145). Sum of RGB (Red+Green+Blue) = 74+31+145=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A1F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1F91 is #B5E06E. Grayscale: #383838. Windows color (decimal): -11919471 or 9510730. OLE color: 9510730.

HSL color Cylindrical-coordinate representation of color #4A1F91: hue angle of 262.63º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A1F91 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 31 145 -
CMYK 0.49 0.79 0 0.43
HSL 262.63º 0.65% 0.35% -
HSV(B) 262.63º 0.79% 0.57% -
XYZ 8.42 4.48 27.21 -
YUV 56.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 74 31 145 0.49 0.79 0 0.43 262.63 0.65 0.35
Hex 4A 1F 91 31 4F 0 2B 107 41 23
Octal 112 37 221 61 117 0 53 407 101 43
Binary 1001010 11111 10010001 110001 1001111 0 101011 100000111 1000001 100011

Color Harmonies of #4A1F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1F91

Black with #4A1F91

Text Example


Text Example

White with #4A1F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1F91; }

 p { color: rgb(74,31,145); }

 H1.HeaderClassName
 {
   color: #4A1F91;
 }
 .AnyTagClassName
 {
   color: #4A1F91;
 }
</style>

background-color css

<style>
 a { background-color: #4A1F91; }

 a { background-color: rgb(74,31,145); }

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

border-color css

<style>
 span { border-color: #4A1F91; }

 span { border-color: rgb(74,31,145); }

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