Html Css Color HEX #401695 Persian Indigo

📋 copy color: '#401695'

red 64 ◦ green 22 ◦ blue 149

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

Shades of Persian Indigo #401695

Tints of Persian Indigo #401695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

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

R = 27.23%
G = 9.36%
B = 63.4%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#401695 (or 0x401695) is known color: Persian Indigo. HEX triplet: 40, 16 and 95. RGB value is (64,22,149). Sum of RGB (Red+Green+Blue) = 64+22+149=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #401695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401695 is #BFE96A. Grayscale: #303030. Windows color (decimal): -12577131 or 9770560. OLE color: 9770560.

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

Color convert

RGB 64 22 149 -
CMYK 0.57 0.85 0 0.42
HSL 259.84º 0.74% 0.34% -
HSV(B) 259.84º 0.85% 0.58% -
XYZ 7.83 3.83 28.76 -
YUV 49.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 64 22 149 0.57 0.85 0 0.42 259.84 0.74 0.34
Hex 40 16 95 39 55 0 2A 104 4A 22
Octal 100 26 225 71 125 0 52 404 112 42
Binary 1000000 10110 10010101 111001 1010101 0 101010 100000100 1001010 100010

Color Harmonies of #401695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401695

Black with #401695

Text Example


Text Example

White with #401695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401695; }

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

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

background-color css

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

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

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

border-color css

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

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

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