Html Css Color HEX #40087B Indigo

📋 copy color: '#40087B'

red 64 ◦ green 8 ◦ blue 123

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

Shades of Indigo #40087B

Tints of Indigo #40087B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

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

R = 32.82%
G = 4.1%
B = 63.08%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40087B (or 0x40087B) is known color: Indigo. HEX triplet: 40, 08 and 7B. RGB value is (64,8,123). Sum of RGB (Red+Green+Blue) = 64+8+123=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #40087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40087B is #BFF784. Grayscale: #252525. Windows color (decimal): -12580741 or 8063040. OLE color: 8063040.

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

Color convert

RGB 64 8 123 -
CMYK 0.48 0.93 0 0.52
HSL 269.22º 0.88% 0.26% -
HSV(B) 269.22º 0.93% 0.48% -
XYZ 5.78 2.69 18.95 -
YUV 37.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 64 8 123 0.48 0.93 0 0.52 269.22 0.88 0.26
Hex 40 8 7B 30 5D 0 34 10D 58 1A
Octal 100 10 173 60 135 0 64 415 130 32
Binary 1000000 1000 1111011 110000 1011101 0 110100 100001101 1011000 11010

Color Harmonies of #40087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40087B

Black with #40087B

Text Example


Text Example

White with #40087B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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