Html Css Color HEX #40087C Indigo

📋 copy color: '#40087C'

red 64 ◦ green 8 ◦ blue 124

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

Shades of Indigo #40087C

Tints of Indigo #40087C

RGB

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

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

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

R = 32.65%
G = 4.08%
B = 63.27%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40087C (or 0x40087C) is known color: Indigo. HEX triplet: 40, 08 and 7C. RGB value is (64,8,124). Sum of RGB (Red+Green+Blue) = 64+8+124=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #40087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40087C is #BFF783. Grayscale: #252525. Windows color (decimal): -12580740 or 8128576. OLE color: 8128576.

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

Color convert

RGB 64 8 124 -
CMYK 0.48 0.94 0 0.51
HSL 268.97º 0.88% 0.26% -
HSV(B) 268.97º 0.94% 0.49% -
XYZ 5.84 2.72 19.29 -
YUV 37.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 64 8 124 0.48 0.94 0 0.51 268.97 0.88 0.26
Hex 40 8 7C 30 5E 0 33 10D 58 1A
Octal 100 10 174 60 136 0 63 415 130 32
Binary 1000000 1000 1111100 110000 1011110 0 110011 100001101 1011000 11010

Color Harmonies of #40087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40087C

Black with #40087C

Text Example


Text Example

White with #40087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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