Html Css Color HEX #400D82 Persian Indigo

📋 copy color: '#400D82'

red 64 ◦ green 13 ◦ blue 130

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

Shades of Persian Indigo #400D82

Tints of Persian Indigo #400D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 62.8%

R = 30.92%
G = 6.28%
B = 62.8%

CMYK

 C value IS 0.51

 M value IS 0.9

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#400D82 (or 0x400D82) is known color: Persian Indigo. HEX triplet: 40, 0D and 82. RGB value is (64,13,130). Sum of RGB (Red+Green+Blue) = 64+13+130=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #400D82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400D82 is #BFF27D. Grayscale: #292929. Windows color (decimal): -12579454 or 8523072. OLE color: 8523072.

HSL color Cylindrical-coordinate representation of color #400D82: hue angle of 266.15º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400D82 is Cyan = 0.51, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 13 130 -
CMYK 0.51 0.9 0 0.49
HSL 266.15º 0.82% 0.28% -
HSV(B) 266.15º 0.9% 0.51% -
XYZ 6.29 2.99 21.36 -
YUV 41.59 177.9 143.99 -
System Red Green Blue C M Y K H S L
Decimal 64 13 130 0.51 0.9 0 0.49 266.15 0.82 0.28
Hex 40 D 82 33 5A 0 31 10A 52 1C
Octal 100 15 202 63 132 0 61 412 122 34
Binary 1000000 1101 10000010 110011 1011010 0 110001 100001010 1010010 11100

Color Harmonies of #400D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D82

Black with #400D82

Text Example


Text Example

White with #400D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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