Html Css Color HEX #40168D Persian Indigo

📋 copy color: '#40168D'

red 64 ◦ green 22 ◦ blue 141

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

Shades of Persian Indigo #40168D

Tints of Persian Indigo #40168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.69%

 BLUE value IS 141 (55.47% from 255) = 62.11%

R = 28.19%
G = 9.69%
B = 62.11%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40168D (or 0x40168D) is known color: Persian Indigo. HEX triplet: 40, 16 and 8D. RGB value is (64,22,141). Sum of RGB (Red+Green+Blue) = 64+22+141=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #40168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40168D is #BFE972. Grayscale: #2F2F2F. Windows color (decimal): -12577139 or 9246272. OLE color: 9246272.

HSL color Cylindrical-coordinate representation of color #40168D: hue angle of 261.18º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40168D is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 22 141 -
CMYK 0.55 0.84 0 0.45
HSL 261.18º 0.73% 0.32% -
HSV(B) 261.18º 0.84% 0.55% -
XYZ 7.21 3.59 25.51 -
YUV 48.12 180.41 139.32 -
System Red Green Blue C M Y K H S L
Decimal 64 22 141 0.55 0.84 0 0.45 261.18 0.73 0.32
Hex 40 16 8D 37 54 0 2D 105 49 20
Octal 100 26 215 67 124 0 55 405 111 40
Binary 1000000 10110 10001101 110111 1010100 0 101101 100000101 1001001 100000

Color Harmonies of #40168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40168D

Black with #40168D

Text Example


Text Example

White with #40168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40168D; }

 p { color: rgb(64,22,141); }

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

background-color css

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

 a { background-color: rgb(64,22,141); }

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

border-color css

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

 span { border-color: rgb(64,22,141); }

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