Html Css Color HEX #401694 Persian Indigo

📋 copy color: '#401694'

red 64 ◦ green 22 ◦ blue 148

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

Shades of Persian Indigo #401694

Tints of Persian Indigo #401694

RGB

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

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

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

R = 27.35%
G = 9.4%
B = 63.25%

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

#401694 (or 0x401694) is known color: Persian Indigo. HEX triplet: 40, 16 and 94. RGB value is (64,22,148). Sum of RGB (Red+Green+Blue) = 64+22+148=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #401694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401694 is #BFE96B. Grayscale: #303030. Windows color (decimal): -12577132 or 9705024. OLE color: 9705024.

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

Color convert

RGB 64 22 148 -
CMYK 0.57 0.85 0 0.42
HSL 260º 0.74% 0.33% -
HSV(B) 260º 0.85% 0.58% -
XYZ 7.75 3.8 28.34 -
YUV 48.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 64 22 148 0.57 0.85 0 0.42 260 0.74 0.33
Hex 40 16 94 39 55 0 2A 104 4A 21
Octal 100 26 224 71 125 0 52 404 112 41
Binary 1000000 10110 10010100 111001 1010101 0 101010 100000100 1001010 100001

Color Harmonies of #401694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401694

Black with #401694

Text Example


Text Example

White with #401694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401694; }

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

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

background-color css

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

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

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

border-color css

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

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

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