Html Css Color HEX #401A75 Persian Indigo

📋 copy color: '#401A75'

red 64 ◦ green 26 ◦ blue 117

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

Shades of Persian Indigo #401A75

Tints of Persian Indigo #401A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 30.92%
G = 12.56%
B = 56.52%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#401A75 (or 0x401A75) is known color: Persian Indigo. HEX triplet: 40, 1A and 75. RGB value is (64,26,117). Sum of RGB (Red+Green+Blue) = 64+26+117=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #401A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A75 is #BFE58A. Grayscale: #2F2F2F. Windows color (decimal): -12576139 or 7674432. OLE color: 7674432.

HSL color Cylindrical-coordinate representation of color #401A75: hue angle of 265.05º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401A75 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 26 117 -
CMYK 0.45 0.78 0 0.54
HSL 265.06º 0.64% 0.28% -
HSV(B) 265.06º 0.78% 0.46% -
XYZ 5.69 3.11 17.13 -
YUV 47.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 64 26 117 0.45 0.78 0 0.54 265.06 0.64 0.28
Hex 40 1A 75 2D 4E 0 36 109 40 1C
Octal 100 32 165 55 116 0 66 411 100 34
Binary 1000000 11010 1110101 101101 1001110 0 110110 100001001 1000000 11100

Color Harmonies of #401A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A75

Black with #401A75

Text Example


Text Example

White with #401A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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