Html Css Color HEX #401794 Persian Indigo

📋 copy color: '#401794'

red 64 ◦ green 23 ◦ blue 148

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

Shades of Persian Indigo #401794

Tints of Persian Indigo #401794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.79%

 BLUE value IS 148 (58.2% from 255) = 62.98%

R = 27.23%
G = 9.79%
B = 62.98%

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

#401794 (or 0x401794) is known color: Persian Indigo. HEX triplet: 40, 17 and 94. RGB value is (64,23,148). Sum of RGB (Red+Green+Blue) = 64+23+148=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #401794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401794 is #BFE86B. Grayscale: #313131. Windows color (decimal): -12576876 or 9705280. OLE color: 9705280.

HSL color Cylindrical-coordinate representation of color #401794: hue angle of 259.68º degrees, saturation: 0.73, 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 #401794 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 23 148 -
CMYK 0.57 0.84 0 0.42
HSL 259.68º 0.73% 0.34% -
HSV(B) 259.68º 0.84% 0.58% -
XYZ 7.77 3.84 28.35 -
YUV 49.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 64 23 148 0.57 0.84 0 0.42 259.68 0.73 0.34
Hex 40 17 94 39 54 0 2A 104 49 22
Octal 100 27 224 71 124 0 52 404 111 42
Binary 1000000 10111 10010100 111001 1010100 0 101010 100000100 1001001 100010

Color Harmonies of #401794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401794

Black with #401794

Text Example


Text Example

White with #401794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401794; }

 p { color: rgb(64,23,148); }

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

background-color css

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

 a { background-color: rgb(64,23,148); }

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

border-color css

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

 span { border-color: rgb(64,23,148); }

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