Html Css Color HEX #40089F Indigo

📋 copy color: '#40089F'

red 64 ◦ green 8 ◦ blue 159

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

Shades of Indigo #40089F

Tints of Indigo #40089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 68.83%

R = 27.71%
G = 3.46%
B = 68.83%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40089F (or 0x40089F) is known color: Indigo. HEX triplet: 40, 08 and 9F. RGB value is (64,8,159). Sum of RGB (Red+Green+Blue) = 64+8+159=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #40089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40089F is #BFF760. Grayscale: #292929. Windows color (decimal): -12580705 or 10422336. OLE color: 10422336.

HSL color Cylindrical-coordinate representation of color #40089F: hue angle of 262.25º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40089F is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 8 159 -
CMYK 0.60 0.95 0 0.38
HSL 262.25º 0.9% 0.33% -
HSV(B) 262.25º 0.95% 0.62% -
XYZ 8.46 3.77 33.08 -
YUV 41.96 194.05 143.72 -
System Red Green Blue C M Y K H S L
Decimal 64 8 159 0.60 0.95 0 0.38 262.25 0.9 0.33
Hex 40 8 9F 3C 5F 0 26 106 5A 21
Octal 100 10 237 74 137 0 46 406 132 41
Binary 1000000 1000 10011111 111100 1011111 0 100110 100000110 1011010 100001

Color Harmonies of #40089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40089F

Black with #40089F

Text Example


Text Example

White with #40089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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