Html Css Color HEX #40069B Indigo

📋 copy color: '#40069B'

red 64 ◦ green 6 ◦ blue 155

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

Shades of Indigo #40069B

Tints of Indigo #40069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.89%

R = 28.44%
G = 2.67%
B = 68.89%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40069B (or 0x40069B) is known color: Indigo. HEX triplet: 40, 06 and 9B. RGB value is (64,6,155). Sum of RGB (Red+Green+Blue) = 64+6+155=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #40069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40069B is #BFF964. Grayscale: #272727. Windows color (decimal): -12581221 or 10159680. OLE color: 10159680.

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

Color convert

RGB 64 6 155 -
CMYK 0.59 0.96 0 0.39
HSL 263.36º 0.93% 0.32% -
HSV(B) 263.36º 0.96% 0.61% -
XYZ 8.1 3.59 31.28 -
YUV 40.33 192.72 144.88 -
System Red Green Blue C M Y K H S L
Decimal 64 6 155 0.59 0.96 0 0.39 263.36 0.93 0.32
Hex 40 6 9B 3B 60 0 27 107 5D 20
Octal 100 6 233 73 140 0 47 407 135 40
Binary 1000000 110 10011011 111011 1100000 0 100111 100000111 1011101 100000

Color Harmonies of #40069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40069B

Black with #40069B

Text Example


Text Example

White with #40069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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