Html Css Color HEX #40167B Persian Indigo

📋 copy color: '#40167B'

red 64 ◦ green 22 ◦ blue 123

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

Shades of Persian Indigo #40167B

Tints of Persian Indigo #40167B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 30.62%
G = 10.53%
B = 58.85%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40167B (or 0x40167B) is known color: Persian Indigo. HEX triplet: 40, 16 and 7B. RGB value is (64,22,123). Sum of RGB (Red+Green+Blue) = 64+22+123=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #40167B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40167B is #BFE984. Grayscale: #2D2D2D. Windows color (decimal): -12577157 or 8066624. OLE color: 8066624.

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

Color convert

RGB 64 22 123 -
CMYK 0.48 0.82 0 0.52
HSL 264.95º 0.7% 0.28% -
HSV(B) 264.95º 0.82% 0.48% -
XYZ 5.98 3.09 19.02 -
YUV 46.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 64 22 123 0.48 0.82 0 0.52 264.95 0.7 0.28
Hex 40 16 7B 30 52 0 34 109 46 1C
Octal 100 26 173 60 122 0 64 411 106 34
Binary 1000000 10110 1111011 110000 1010010 0 110100 100001001 1000110 11100

Color Harmonies of #40167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40167B

Black with #40167B

Text Example


Text Example

White with #40167B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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