Html Css Color HEX #4014AA Persian Indigo

📋 copy color: '#4014AA'

red 64 ◦ green 20 ◦ blue 170

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

Shades of Persian Indigo #4014AA

Tints of Persian Indigo #4014AA

RGB

 RED value IS 64 (25.39% from 255) = 25.2%

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 25.2%
G = 7.87%
B = 66.93%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4014AA (or 0x4014AA) is known color: Persian Indigo. HEX triplet: 40, 14 and AA. RGB value is (64,20,170). Sum of RGB (Red+Green+Blue) = 64+20+170=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #4014AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4014AA is #BFEB55. Grayscale: #313131. Windows color (decimal): -12577622 or 11146304. OLE color: 11146304.

HSL color Cylindrical-coordinate representation of color #4014AA: hue angle of 257.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4014AA is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 20 170 -
CMYK 0.62 0.88 0 0.33
HSL 257.6º 0.79% 0.37% -
HSV(B) 257.6º 0.88% 0.67% -
XYZ 9.62 4.49 38.39 -
YUV 50.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 64 20 170 0.62 0.88 0 0.33 257.6 0.79 0.37
Hex 40 14 AA 3E 58 0 21 102 4F 25
Octal 100 24 252 76 130 0 41 402 117 45
Binary 1000000 10100 10101010 111110 1011000 0 100001 100000010 1001111 100101

Color Harmonies of #4014AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4014AA

Black with #4014AA

Text Example


Text Example

White with #4014AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4014AA; }

 p { color: rgb(64,20,170); }

 H1.HeaderClassName
 {
   color: #4014AA;
 }
 .AnyTagClassName
 {
   color: #4014AA;
 }
</style>

background-color css

<style>
 a { background-color: #4014AA; }

 a { background-color: rgb(64,20,170); }

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

border-color css

<style>
 span { border-color: #4014AA; }

 span { border-color: rgb(64,20,170); }

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