Html Css Color HEX #401190 Persian Indigo

📋 copy color: '#401190'

red 64 ◦ green 17 ◦ blue 144

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

Shades of Persian Indigo #401190

Tints of Persian Indigo #401190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 64%

R = 28.44%
G = 7.56%
B = 64%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#401190 (or 0x401190) is known color: Persian Indigo. HEX triplet: 40, 11 and 90. RGB value is (64,17,144). Sum of RGB (Red+Green+Blue) = 64+17+144=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #401190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401190 is #BFEE6F. Grayscale: #2D2D2D. Windows color (decimal): -12578416 or 9441600. OLE color: 9441600.

HSL color Cylindrical-coordinate representation of color #401190: hue angle of 262.2º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401190 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 17 144 -
CMYK 0.56 0.88 0 0.44
HSL 262.2º 0.79% 0.32% -
HSV(B) 262.2º 0.88% 0.56% -
XYZ 7.35 3.5 26.67 -
YUV 45.53 183.57 141.17 -
System Red Green Blue C M Y K H S L
Decimal 64 17 144 0.56 0.88 0 0.44 262.2 0.79 0.32
Hex 40 11 90 38 58 0 2C 106 4F 20
Octal 100 21 220 70 130 0 54 406 117 40
Binary 1000000 10001 10010000 111000 1011000 0 101100 100000110 1001111 100000

Color Harmonies of #401190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401190

Black with #401190

Text Example


Text Example

White with #401190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401190; }

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

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

background-color css

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

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

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

border-color css

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

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

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