Html Css Color HEX #40069A Indigo

📋 copy color: '#40069A'

red 64 ◦ green 6 ◦ blue 154

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

Shades of Indigo #40069A

Tints of Indigo #40069A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.68%

 BLUE value IS 154 (60.55% from 255) = 68.75%

R = 28.57%
G = 2.68%
B = 68.75%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#40069A (or 0x40069A) is known color: Indigo. HEX triplet: 40, 06 and 9A. RGB value is (64,6,154). Sum of RGB (Red+Green+Blue) = 64+6+154=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #40069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40069A is #BFF965. Grayscale: #272727. Windows color (decimal): -12581222 or 10094144. OLE color: 10094144.

HSL color Cylindrical-coordinate representation of color #40069A: hue angle of 263.51º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40069A is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 6 154 -
CMYK 0.58 0.96 0 0.40
HSL 263.51º 0.93% 0.31% -
HSV(B) 263.51º 0.96% 0.6% -
XYZ 8.01 3.55 30.84 -
YUV 40.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 64 6 154 0.58 0.96 0 0.40 263.51 0.93 0.31
Hex 40 6 9A 3A 60 0 28 108 5C 1F
Octal 100 6 232 72 140 0 50 410 134 37
Binary 1000000 110 10011010 111010 1100000 0 101000 100001000 1011100 11111

Color Harmonies of #40069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40069A

Black with #40069A

Text Example


Text Example

White with #40069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40069A; }

 p { color: rgb(64,6,154); }

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

background-color css

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

 a { background-color: rgb(64,6,154); }

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

border-color css

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

 span { border-color: rgb(64,6,154); }

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