Html Css Color HEX #40088C Indigo

📋 copy color: '#40088C'

red 64 ◦ green 8 ◦ blue 140

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

Shades of Indigo #40088C

Tints of Indigo #40088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.04%

R = 30.19%
G = 3.77%
B = 66.04%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40088C (or 0x40088C) is known color: Indigo. HEX triplet: 40, 08 and 8C. RGB value is (64,8,140). Sum of RGB (Red+Green+Blue) = 64+8+140=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #40088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40088C is #BFF773. Grayscale: #272727. Windows color (decimal): -12580724 or 9177152. OLE color: 9177152.

HSL color Cylindrical-coordinate representation of color #40088C: hue angle of 265.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40088C is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 8 140 -
CMYK 0.54 0.94 0 0.45
HSL 265.45º 0.89% 0.29% -
HSV(B) 265.45º 0.94% 0.55% -
XYZ 6.93 3.16 25.05 -
YUV 39.79 184.55 145.27 -
System Red Green Blue C M Y K H S L
Decimal 64 8 140 0.54 0.94 0 0.45 265.45 0.89 0.29
Hex 40 8 8C 36 5E 0 2D 109 59 1D
Octal 100 10 214 66 136 0 55 411 131 35
Binary 1000000 1000 10001100 110110 1011110 0 101101 100001001 1011001 11101

Color Harmonies of #40088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40088C

Black with #40088C

Text Example


Text Example

White with #40088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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