Html Css Color HEX #401676 Persian Indigo

📋 copy color: '#401676'

red 64 ◦ green 22 ◦ blue 118

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

Shades of Persian Indigo #401676

Tints of Persian Indigo #401676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 31.37%
G = 10.78%
B = 57.84%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#401676 (or 0x401676) is known color: Persian Indigo. HEX triplet: 40, 16 and 76. RGB value is (64,22,118). Sum of RGB (Red+Green+Blue) = 64+22+118=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #401676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401676 is #BFE989. Grayscale: #2D2D2D. Windows color (decimal): -12577162 or 7738944. OLE color: 7738944.

HSL color Cylindrical-coordinate representation of color #401676: hue angle of 266.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401676 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 22 118 -
CMYK 0.46 0.81 0 0.54
HSL 266.25º 0.69% 0.27% -
HSV(B) 266.25º 0.81% 0.46% -
XYZ 5.67 2.97 17.41 -
YUV 45.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 64 22 118 0.46 0.81 0 0.54 266.25 0.69 0.27
Hex 40 16 76 2E 51 0 36 10A 45 1B
Octal 100 26 166 56 121 0 66 412 105 33
Binary 1000000 10110 1110110 101110 1010001 0 110110 100001010 1000101 11011

Color Harmonies of #401676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401676

Black with #401676

Text Example


Text Example

White with #401676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401676; }

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

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

background-color css

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

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

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

border-color css

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

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

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