Html Css Color HEX #401A7C Persian Indigo

📋 copy color: '#401A7C'

red 64 ◦ green 26 ◦ blue 124

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

Shades of Persian Indigo #401A7C

Tints of Persian Indigo #401A7C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.15%

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 29.91%
G = 12.15%
B = 57.94%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#401A7C (or 0x401A7C) is known color: Persian Indigo. HEX triplet: 40, 1A and 7C. RGB value is (64,26,124). Sum of RGB (Red+Green+Blue) = 64+26+124=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #401A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A7C is #BFE583. Grayscale: #303030. Windows color (decimal): -12576132 or 8133184. OLE color: 8133184.

HSL color Cylindrical-coordinate representation of color #401A7C: hue angle of 263.27º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401A7C is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 26 124 -
CMYK 0.48 0.79 0 0.51
HSL 263.27º 0.65% 0.29% -
HSV(B) 263.27º 0.79% 0.49% -
XYZ 6.12 3.28 19.38 -
YUV 48.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 64 26 124 0.48 0.79 0 0.51 263.27 0.65 0.29
Hex 40 1A 7C 30 4F 0 33 107 41 1D
Octal 100 32 174 60 117 0 63 407 101 35
Binary 1000000 11010 1111100 110000 1001111 0 110011 100000111 1000001 11101

Color Harmonies of #401A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A7C

Black with #401A7C

Text Example


Text Example

White with #401A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401A7C; }

 p { color: rgb(64,26,124); }

 H1.HeaderClassName
 {
   color: #401A7C;
 }
 .AnyTagClassName
 {
   color: #401A7C;
 }
</style>

background-color css

<style>
 a { background-color: #401A7C; }

 a { background-color: rgb(64,26,124); }

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

border-color css

<style>
 span { border-color: #401A7C; }

 span { border-color: rgb(64,26,124); }

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