Html Css Color HEX #401678 Persian Indigo

📋 copy color: '#401678'

red 64 ◦ green 22 ◦ blue 120

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

Shades of Persian Indigo #401678

Tints of Persian Indigo #401678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 58.25%

R = 31.07%
G = 10.68%
B = 58.25%

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

#401678 (or 0x401678) is known color: Persian Indigo. HEX triplet: 40, 16 and 78. RGB value is (64,22,120). Sum of RGB (Red+Green+Blue) = 64+22+120=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #401678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401678 is #BFE987. Grayscale: #2D2D2D. Windows color (decimal): -12577160 or 7870016. OLE color: 7870016.

HSL color Cylindrical-coordinate representation of color #401678: hue angle of 265.71º 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 #401678 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 22 120 -
CMYK 0.47 0.82 0 0.53
HSL 265.71º 0.69% 0.28% -
HSV(B) 265.71º 0.82% 0.47% -
XYZ 5.79 3.02 18.05 -
YUV 45.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 64 22 120 0.47 0.82 0 0.53 265.71 0.69 0.28
Hex 40 16 78 2F 52 0 35 10A 45 1C
Octal 100 26 170 57 122 0 65 412 105 34
Binary 1000000 10110 1111000 101111 1010010 0 110101 100001010 1000101 11100

Color Harmonies of #401678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401678

Black with #401678

Text Example


Text Example

White with #401678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401678; }

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

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

background-color css

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

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

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

border-color css

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

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

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