Html Css Color HEX #401375 Persian Indigo

📋 copy color: '#401375'

red 64 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #401375

Tints of Persian Indigo #401375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 32%
G = 9.5%
B = 58.5%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#401375 (or 0x401375) is known color: Persian Indigo. HEX triplet: 40, 13 and 75. RGB value is (64,19,117). Sum of RGB (Red+Green+Blue) = 64+19+117=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #401375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401375 is #BFEC8A. Grayscale: #2B2B2B. Windows color (decimal): -12577931 or 7672640. OLE color: 7672640.

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

Color convert

RGB 64 19 117 -
CMYK 0.45 0.84 0 0.54
HSL 267.55º 0.72% 0.27% -
HSV(B) 267.55º 0.84% 0.46% -
XYZ 5.56 2.84 17.08 -
YUV 43.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 64 19 117 0.45 0.84 0 0.54 267.55 0.72 0.27
Hex 40 13 75 2D 54 0 36 10C 48 1B
Octal 100 23 165 55 124 0 66 414 110 33
Binary 1000000 10011 1110101 101101 1010100 0 110110 100001100 1001000 11011

Color Harmonies of #401375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401375

Black with #401375

Text Example


Text Example

White with #401375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401375; }

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

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

background-color css

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

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

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

border-color css

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

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

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