Html Css Color HEX #4010A4 Persian Indigo

📋 copy color: '#4010A4'

red 64 ◦ green 16 ◦ blue 164

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

Shades of Persian Indigo #4010A4

Tints of Persian Indigo #4010A4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

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

R = 26.23%
G = 6.56%
B = 67.21%

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

#4010A4 (or 0x4010A4) is known color: Persian Indigo. HEX triplet: 40, 10 and A4. RGB value is (64,16,164). Sum of RGB (Red+Green+Blue) = 64+16+164=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 164 (64.45% from 255 or 67.21% from 244); Max value from RGB is 164 - color contains mainly: blue. Hex color #4010A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4010A4 is #BFEF5B. Grayscale: #2E2E2E. Windows color (decimal): -12578652 or 10752064. OLE color: 10752064.

HSL color Cylindrical-coordinate representation of color #4010A4: hue angle of 259.46º degrees, saturation: 0.82, 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 #4010A4 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 16 164 -
CMYK 0.61 0.90 0 0.36
HSL 259.46º 0.82% 0.35% -
HSV(B) 259.46º 0.9% 0.64% -
XYZ 9 4.14 35.45 -
YUV 47.22 193.9 139.97 -
System Red Green Blue C M Y K H S L
Decimal 64 16 164 0.61 0.90 0 0.36 259.46 0.82 0.35
Hex 40 10 A4 3D 5A 0 24 103 52 23
Octal 100 20 244 75 132 0 44 403 122 43
Binary 1000000 10000 10100100 111101 1011010 0 100100 100000011 1010010 100011

Color Harmonies of #4010A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4010A4

Black with #4010A4

Text Example


Text Example

White with #4010A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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