Html Css Color HEX #401295 Persian Indigo

📋 copy color: '#401295'

red 64 ◦ green 18 ◦ blue 149

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

Shades of Persian Indigo #401295

Tints of Persian Indigo #401295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.79%

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

R = 27.71%
G = 7.79%
B = 64.5%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#401295 (or 0x401295) is known color: Persian Indigo. HEX triplet: 40, 12 and 95. RGB value is (64,18,149). Sum of RGB (Red+Green+Blue) = 64+18+149=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #401295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401295 is #BFED6A. Grayscale: #2E2E2E. Windows color (decimal): -12578155 or 9769536. OLE color: 9769536.

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

Color convert

RGB 64 18 149 -
CMYK 0.57 0.88 0 0.42
HSL 261.07º 0.78% 0.33% -
HSV(B) 261.07º 0.88% 0.58% -
XYZ 7.76 3.69 28.74 -
YUV 46.69 185.74 140.35 -
System Red Green Blue C M Y K H S L
Decimal 64 18 149 0.57 0.88 0 0.42 261.07 0.78 0.33
Hex 40 12 95 39 58 0 2A 105 4E 21
Octal 100 22 225 71 130 0 52 405 116 41
Binary 1000000 10010 10010101 111001 1011000 0 101010 100000101 1001110 100001

Color Harmonies of #401295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401295

Black with #401295

Text Example


Text Example

White with #401295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401295; }

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

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

background-color css

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

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

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

border-color css

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

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

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