Html Css Color HEX #40089C Indigo

📋 copy color: '#40089C'

red 64 ◦ green 8 ◦ blue 156

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

Shades of Indigo #40089C

Tints of Indigo #40089C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 68.42%

R = 28.07%
G = 3.51%
B = 68.42%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40089C (or 0x40089C) is known color: Indigo. HEX triplet: 40, 08 and 9C. RGB value is (64,8,156). Sum of RGB (Red+Green+Blue) = 64+8+156=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #40089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40089C is #BFF763. Grayscale: #292929. Windows color (decimal): -12580708 or 10225728. OLE color: 10225728.

HSL color Cylindrical-coordinate representation of color #40089C: hue angle of 262.7º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40089C is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 8 156 -
CMYK 0.59 0.95 0 0.39
HSL 262.7º 0.9% 0.32% -
HSV(B) 262.7º 0.95% 0.61% -
XYZ 8.2 3.66 31.73 -
YUV 41.62 192.55 143.97 -
System Red Green Blue C M Y K H S L
Decimal 64 8 156 0.59 0.95 0 0.39 262.7 0.9 0.32
Hex 40 8 9C 3B 5F 0 27 107 5A 20
Octal 100 10 234 73 137 0 47 407 132 40
Binary 1000000 1000 10011100 111011 1011111 0 100111 100000111 1011010 100000

Color Harmonies of #40089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40089C

Black with #40089C

Text Example


Text Example

White with #40089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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