Html Css Color HEX #40167D Persian Indigo

📋 copy color: '#40167D'

red 64 ◦ green 22 ◦ blue 125

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

Shades of Persian Indigo #40167D

Tints of Persian Indigo #40167D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.24%

R = 30.33%
G = 10.43%
B = 59.24%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40167D (or 0x40167D) is known color: Persian Indigo. HEX triplet: 40, 16 and 7D. RGB value is (64,22,125). Sum of RGB (Red+Green+Blue) = 64+22+125=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #40167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40167D is #BFE982. Grayscale: #2D2D2D. Windows color (decimal): -12577155 or 8197696. OLE color: 8197696.

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

Color convert

RGB 64 22 125 -
CMYK 0.49 0.82 0 0.51
HSL 264.47º 0.7% 0.29% -
HSV(B) 264.47º 0.82% 0.49% -
XYZ 6.1 3.14 19.69 -
YUV 46.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 64 22 125 0.49 0.82 0 0.51 264.47 0.7 0.29
Hex 40 16 7D 31 52 0 33 108 46 1D
Octal 100 26 175 61 122 0 63 410 106 35
Binary 1000000 10110 1111101 110001 1010010 0 110011 100001000 1000110 11101

Color Harmonies of #40167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40167D

Black with #40167D

Text Example


Text Example

White with #40167D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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