Html Css Color HEX #401679 Persian Indigo

📋 copy color: '#401679'

red 64 ◦ green 22 ◦ blue 121

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

Shades of Persian Indigo #401679

Tints of Persian Indigo #401679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 58.45%

R = 30.92%
G = 10.63%
B = 58.45%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#401679 (or 0x401679) is known color: Persian Indigo. HEX triplet: 40, 16 and 79. RGB value is (64,22,121). Sum of RGB (Red+Green+Blue) = 64+22+121=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #401679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401679 is #BFE986. Grayscale: #2D2D2D. Windows color (decimal): -12577159 or 7935552. OLE color: 7935552.

HSL color Cylindrical-coordinate representation of color #401679: hue angle of 265.45º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401679 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 22 121 -
CMYK 0.47 0.82 0 0.53
HSL 265.45º 0.69% 0.28% -
HSV(B) 265.45º 0.82% 0.47% -
XYZ 5.85 3.04 18.37 -
YUV 45.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 64 22 121 0.47 0.82 0 0.53 265.45 0.69 0.28
Hex 40 16 79 2F 52 0 35 109 45 1C
Octal 100 26 171 57 122 0 65 411 105 34
Binary 1000000 10110 1111001 101111 1010010 0 110101 100001001 1000101 11100

Color Harmonies of #401679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401679

Black with #401679

Text Example


Text Example

White with #401679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401679; }

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

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

background-color css

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

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

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

border-color css

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

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

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