Html Css Color HEX #400094 Indigo

📋 copy color: '#400094'

red 64 ◦ green 0 ◦ blue 148

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

Shades of Indigo #400094

Tints of Indigo #400094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 69.81%

R = 30.19%
G = 0%
B = 69.81%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#400094 (or 0x400094) is known color: Indigo. HEX triplet: 40, 00 and 94. RGB value is (64,0,148). Sum of RGB (Red+Green+Blue) = 64+0+148=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #400094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400094 is #BFFF6B. Grayscale: #232323. Windows color (decimal): -12582764 or 9699392. OLE color: 9699392.

HSL color Cylindrical-coordinate representation of color #400094: hue angle of 265.95º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400094 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 0 148 -
CMYK 0.57 1 0 0.42
HSL 265.95º 1% 0.29% -
HSV(B) 265.95º 1% 0.58% -
XYZ 7.46 3.23 28.25 -
YUV 36.01 191.2 147.97 -
System Red Green Blue C M Y K H S L
Decimal 64 0 148 0.57 1 0 0.42 265.95 1 0.29
Hex 40 0 94 39 64 0 2A 10A 64 1D
Octal 100 0 224 71 144 0 52 412 144 35
Binary 1000000 0 10010100 111001 1100100 0 101010 100001010 1100100 11101

Color Harmonies of #400094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400094

Black with #400094

Text Example


Text Example

White with #400094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400094; }

 p { color: rgb(64,0,148); }

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

background-color css

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

 a { background-color: rgb(64,0,148); }

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

border-color css

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

 span { border-color: rgb(64,0,148); }

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