Html Css Color HEX #401995 Persian Indigo

📋 copy color: '#401995'

red 64 ◦ green 25 ◦ blue 149

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

Shades of Persian Indigo #401995

Tints of Persian Indigo #401995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

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

R = 26.89%
G = 10.5%
B = 62.61%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#401995 (or 0x401995) is known color: Persian Indigo. HEX triplet: 40, 19 and 95. RGB value is (64,25,149). Sum of RGB (Red+Green+Blue) = 64+25+149=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #401995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401995 is #BFE66A. Grayscale: #323232. Windows color (decimal): -12576363 or 9771328. OLE color: 9771328.

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

Color convert

RGB 64 25 149 -
CMYK 0.57 0.83 0 0.42
HSL 258.87º 0.71% 0.34% -
HSV(B) 258.87º 0.83% 0.58% -
XYZ 7.89 3.96 28.78 -
YUV 50.8 183.42 137.42 -
System Red Green Blue C M Y K H S L
Decimal 64 25 149 0.57 0.83 0 0.42 258.87 0.71 0.34
Hex 40 19 95 39 53 0 2A 103 47 22
Octal 100 31 225 71 123 0 52 403 107 42
Binary 1000000 11001 10010101 111001 1010011 0 101010 100000011 1000111 100010

Color Harmonies of #401995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401995

Black with #401995

Text Example


Text Example

White with #401995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401995; }

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

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

background-color css

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

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

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

border-color css

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

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

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