Html Css Color HEX #4011A4 Persian Indigo

📋 copy color: '#4011A4'

red 64 ◦ green 17 ◦ blue 164

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

Shades of Persian Indigo #4011A4

Tints of Persian Indigo #4011A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 66.94%

R = 26.12%
G = 6.94%
B = 66.94%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4011A4 (or 0x4011A4) is known color: Persian Indigo. HEX triplet: 40, 11 and A4. RGB value is (64,17,164). Sum of RGB (Red+Green+Blue) = 64+17+164=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 164 (64.45% from 255 or 66.94% from 245); Max value from RGB is 164 - color contains mainly: blue. Hex color #4011A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4011A4 is #BFEE5B. Grayscale: #2F2F2F. Windows color (decimal): -12578396 or 10752320. OLE color: 10752320.

HSL color Cylindrical-coordinate representation of color #4011A4: hue angle of 259.18º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4011A4 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 17 164 -
CMYK 0.61 0.90 0 0.36
HSL 259.18º 0.81% 0.35% -
HSV(B) 259.18º 0.9% 0.64% -
XYZ 9.02 4.17 35.45 -
YUV 47.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 64 17 164 0.61 0.90 0 0.36 259.18 0.81 0.35
Hex 40 11 A4 3D 5A 0 24 103 51 23
Octal 100 21 244 75 132 0 44 403 121 43
Binary 1000000 10001 10100100 111101 1011010 0 100100 100000011 1010001 100011

Color Harmonies of #4011A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4011A4

Black with #4011A4

Text Example


Text Example

White with #4011A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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