Html Css Color HEX #401175 Persian Indigo

📋 copy color: '#401175'

red 64 ◦ green 17 ◦ blue 117

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

Shades of Persian Indigo #401175

Tints of Persian Indigo #401175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

 BLUE value IS 117 (46.09% from 255) = 59.09%

R = 32.32%
G = 8.59%
B = 59.09%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#401175 (or 0x401175) is known color: Persian Indigo. HEX triplet: 40, 11 and 75. RGB value is (64,17,117). Sum of RGB (Red+Green+Blue) = 64+17+117=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #401175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401175 is #BFEE8A. Grayscale: #2A2A2A. Windows color (decimal): -12578443 or 7672128. OLE color: 7672128.

HSL color Cylindrical-coordinate representation of color #401175: hue angle of 268.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401175 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 17 117 -
CMYK 0.45 0.85 0 0.54
HSL 268.2º 0.75% 0.26% -
HSV(B) 268.2º 0.85% 0.46% -
XYZ 5.53 2.78 17.07 -
YUV 42.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 64 17 117 0.45 0.85 0 0.54 268.2 0.75 0.26
Hex 40 11 75 2D 55 0 36 10C 4B 1A
Octal 100 21 165 55 125 0 66 414 113 32
Binary 1000000 10001 1110101 101101 1010101 0 110110 100001100 1001011 11010

Color Harmonies of #401175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401175

Black with #401175

Text Example


Text Example

White with #401175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401175; }

 p { color: rgb(64,17,117); }

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

background-color css

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

 a { background-color: rgb(64,17,117); }

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

border-color css

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

 span { border-color: rgb(64,17,117); }

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