Html Css Color HEX #4010A3 Persian Indigo

📋 copy color: '#4010A3'

red 64 ◦ green 16 ◦ blue 163

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

Shades of Persian Indigo #4010A3

Tints of Persian Indigo #4010A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 67.08%

R = 26.34%
G = 6.58%
B = 67.08%

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

#4010A3 (or 0x4010A3) is known color: Persian Indigo. HEX triplet: 40, 10 and A3. RGB value is (64,16,163). Sum of RGB (Red+Green+Blue) = 64+16+163=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #4010A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4010A3 is #BFEF5C. Grayscale: #2E2E2E. Windows color (decimal): -12578653 or 10686528. OLE color: 10686528.

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

Color convert

RGB 64 16 163 -
CMYK 0.61 0.90 0 0.36
HSL 259.59º 0.82% 0.35% -
HSV(B) 259.59º 0.9% 0.64% -
XYZ 8.91 4.1 34.97 -
YUV 47.11 193.4 140.05 -
System Red Green Blue C M Y K H S L
Decimal 64 16 163 0.61 0.90 0 0.36 259.59 0.82 0.35
Hex 40 10 A3 3D 5A 0 24 104 52 23
Octal 100 20 243 75 132 0 44 404 122 43
Binary 1000000 10000 10100011 111101 1011010 0 100100 100000100 1010010 100011

Color Harmonies of #4010A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4010A3

Black with #4010A3

Text Example


Text Example

White with #4010A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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