Html Css Color HEX #400F82 Persian Indigo

📋 copy color: '#400F82'

red 64 ◦ green 15 ◦ blue 130

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

Shades of Persian Indigo #400F82

Tints of Persian Indigo #400F82

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.18%

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

R = 30.62%
G = 7.18%
B = 62.2%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#400F82 (or 0x400F82) is known color: Persian Indigo. HEX triplet: 40, 0F and 82. RGB value is (64,15,130). Sum of RGB (Red+Green+Blue) = 64+15+130=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #400F82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400F82 is #BFF07D. Grayscale: #2A2A2A. Windows color (decimal): -12578942 or 8523584. OLE color: 8523584.

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

Color convert

RGB 64 15 130 -
CMYK 0.51 0.88 0 0.49
HSL 265.57º 0.79% 0.28% -
HSV(B) 265.57º 0.88% 0.51% -
XYZ 6.31 3.04 21.37 -
YUV 42.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 64 15 130 0.51 0.88 0 0.49 265.57 0.79 0.28
Hex 40 F 82 33 58 0 31 10A 4F 1C
Octal 100 17 202 63 130 0 61 412 117 34
Binary 1000000 1111 10000010 110011 1011000 0 110001 100001010 1001111 11100

Color Harmonies of #400F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F82

Black with #400F82

Text Example


Text Example

White with #400F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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