Html Css Color HEX #400D75 Persian Indigo

📋 copy color: '#400D75'

red 64 ◦ green 13 ◦ blue 117

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

Shades of Persian Indigo #400D75

Tints of Persian Indigo #400D75

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.7%

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

R = 32.99%
G = 6.7%
B = 60.31%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#400D75 (or 0x400D75) is known color: Persian Indigo. HEX triplet: 40, 0D and 75. RGB value is (64,13,117). Sum of RGB (Red+Green+Blue) = 64+13+117=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #400D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D75 is #BFF28A. Grayscale: #272727. Windows color (decimal): -12579467 or 7671104. OLE color: 7671104.

HSL color Cylindrical-coordinate representation of color #400D75: hue angle of 269.42º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400D75 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 13 117 -
CMYK 0.45 0.89 0 0.54
HSL 269.42º 0.8% 0.25% -
HSV(B) 269.42º 0.89% 0.46% -
XYZ 5.47 2.66 17.06 -
YUV 40.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 64 13 117 0.45 0.89 0 0.54 269.42 0.8 0.25
Hex 40 D 75 2D 59 0 36 10D 50 19
Octal 100 15 165 55 131 0 66 415 120 31
Binary 1000000 1101 1110101 101101 1011001 0 110110 100001101 1010000 11001

Color Harmonies of #400D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D75

Black with #400D75

Text Example


Text Example

White with #400D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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