Html Css Color HEX #401072 Persian Indigo

📋 copy color: '#401072'

red 64 ◦ green 16 ◦ blue 114

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

Shades of Persian Indigo #401072

Tints of Persian Indigo #401072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

 BLUE value IS 114 (44.92% from 255) = 58.76%

R = 32.99%
G = 8.25%
B = 58.76%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401072 (or 0x401072) is known color: Persian Indigo. HEX triplet: 40, 10 and 72. RGB value is (64,16,114). Sum of RGB (Red+Green+Blue) = 64+16+114=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #401072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401072 is #BFEF8D. Grayscale: #292929. Windows color (decimal): -12578702 or 7475264. OLE color: 7475264.

HSL color Cylindrical-coordinate representation of color #401072: hue angle of 269.39º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401072 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 16 114 -
CMYK 0.44 0.86 0 0.55
HSL 269.39º 0.75% 0.25% -
HSV(B) 269.39º 0.86% 0.45% -
XYZ 5.34 2.68 16.15 -
YUV 41.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 64 16 114 0.44 0.86 0 0.55 269.39 0.75 0.25
Hex 40 10 72 2C 56 0 37 10D 4B 19
Octal 100 20 162 54 126 0 67 415 113 31
Binary 1000000 10000 1110010 101100 1010110 0 110111 100001101 1001011 11001

Color Harmonies of #401072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401072

Black with #401072

Text Example


Text Example

White with #401072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401072; }

 p { color: rgb(64,16,114); }

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

background-color css

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

 a { background-color: rgb(64,16,114); }

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

border-color css

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

 span { border-color: rgb(64,16,114); }

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