Html Css Color HEX #401194 Persian Indigo

📋 copy color: '#401194'

red 64 ◦ green 17 ◦ blue 148

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

Shades of Persian Indigo #401194

Tints of Persian Indigo #401194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.42%

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

R = 27.95%
G = 7.42%
B = 64.63%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#401194 (or 0x401194) is known color: Persian Indigo. HEX triplet: 40, 11 and 94. RGB value is (64,17,148). Sum of RGB (Red+Green+Blue) = 64+17+148=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #401194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401194 is #BFEE6B. Grayscale: #2D2D2D. Windows color (decimal): -12578412 or 9703744. OLE color: 9703744.

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

Color convert

RGB 64 17 148 -
CMYK 0.57 0.89 0 0.42
HSL 261.53º 0.79% 0.32% -
HSV(B) 261.53º 0.89% 0.58% -
XYZ 7.66 3.63 28.31 -
YUV 45.99 185.57 140.85 -
System Red Green Blue C M Y K H S L
Decimal 64 17 148 0.57 0.89 0 0.42 261.53 0.79 0.32
Hex 40 11 94 39 59 0 2A 106 4F 20
Octal 100 21 224 71 131 0 52 406 117 40
Binary 1000000 10001 10010100 111001 1011001 0 101010 100000110 1001111 100000

Color Harmonies of #401194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401194

Black with #401194

Text Example


Text Example

White with #401194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401194; }

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

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

background-color css

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

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

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

border-color css

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

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

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