Html Css Color HEX #40167C Persian Indigo

📋 copy color: '#40167C'

red 64 ◦ green 22 ◦ blue 124

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

Shades of Persian Indigo #40167C

Tints of Persian Indigo #40167C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.05%

R = 30.48%
G = 10.48%
B = 59.05%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40167C (or 0x40167C) is known color: Persian Indigo. HEX triplet: 40, 16 and 7C. RGB value is (64,22,124). Sum of RGB (Red+Green+Blue) = 64+22+124=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #40167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40167C is #BFE983. Grayscale: #2D2D2D. Windows color (decimal): -12577156 or 8132160. OLE color: 8132160.

HSL color Cylindrical-coordinate representation of color #40167C: hue angle of 264.71º 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 #40167C is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 22 124 -
CMYK 0.48 0.82 0 0.51
HSL 264.71º 0.7% 0.29% -
HSV(B) 264.71º 0.82% 0.49% -
XYZ 6.04 3.12 19.35 -
YUV 46.19 171.91 140.71 -
System Red Green Blue C M Y K H S L
Decimal 64 22 124 0.48 0.82 0 0.51 264.71 0.7 0.29
Hex 40 16 7C 30 52 0 33 109 46 1D
Octal 100 26 174 60 122 0 63 411 106 35
Binary 1000000 10110 1111100 110000 1010010 0 110011 100001001 1000110 11101

Color Harmonies of #40167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40167C

Black with #40167C

Text Example


Text Example

White with #40167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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