Html Css Color HEX #401895 Persian Indigo

📋 copy color: '#401895'

red 64 ◦ green 24 ◦ blue 149

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

Shades of Persian Indigo #401895

Tints of Persian Indigo #401895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

 BLUE value IS 149 (58.59% from 255) = 62.87%

R = 27%
G = 10.13%
B = 62.87%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#401895 (or 0x401895) is known color: Persian Indigo. HEX triplet: 40, 18 and 95. RGB value is (64,24,149). Sum of RGB (Red+Green+Blue) = 64+24+149=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #401895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401895 is #BFE76A. Grayscale: #313131. Windows color (decimal): -12576619 or 9771072. OLE color: 9771072.

HSL color Cylindrical-coordinate representation of color #401895: hue angle of 259.2º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401895 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 24 149 -
CMYK 0.57 0.84 0 0.42
HSL 259.2º 0.72% 0.34% -
HSV(B) 259.2º 0.84% 0.58% -
XYZ 7.87 3.91 28.77 -
YUV 50.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 64 24 149 0.57 0.84 0 0.42 259.2 0.72 0.34
Hex 40 18 95 39 54 0 2A 103 48 22
Octal 100 30 225 71 124 0 52 403 110 42
Binary 1000000 11000 10010101 111001 1010100 0 101010 100000011 1001000 100010

Color Harmonies of #401895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401895

Black with #401895

Text Example


Text Example

White with #401895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401895; }

 p { color: rgb(64,24,149); }

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

background-color css

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

 a { background-color: rgb(64,24,149); }

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

border-color css

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

 span { border-color: rgb(64,24,149); }

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