Html Css Color HEX #4011AA Persian Indigo

📋 copy color: '#4011AA'

red 64 ◦ green 17 ◦ blue 170

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

Shades of Persian Indigo #4011AA

Tints of Persian Indigo #4011AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

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

R = 25.5%
G = 6.77%
B = 67.73%

CMYK

 C value IS 0.62

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4011AA (or 0x4011AA) is known color: Persian Indigo. HEX triplet: 40, 11 and AA. RGB value is (64,17,170). Sum of RGB (Red+Green+Blue) = 64+17+170=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #4011AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4011AA is #BFEE55. Grayscale: #2F2F2F. Windows color (decimal): -12578390 or 11145536. OLE color: 11145536.

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

Color convert

RGB 64 17 170 -
CMYK 0.62 0.9 0 0.33
HSL 258.43º 0.82% 0.37% -
HSV(B) 258.43º 0.9% 0.67% -
XYZ 9.57 4.39 38.37 -
YUV 48.5 196.57 139.06 -
System Red Green Blue C M Y K H S L
Decimal 64 17 170 0.62 0.9 0 0.33 258.43 0.82 0.37
Hex 40 11 AA 3E 5A 0 21 102 52 25
Octal 100 21 252 76 132 0 41 402 122 45
Binary 1000000 10001 10101010 111110 1011010 0 100001 100000010 1010010 100101

Color Harmonies of #4011AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4011AA

Black with #4011AA

Text Example


Text Example

White with #4011AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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