Html Css Color HEX #40067B Indigo

📋 copy color: '#40067B'

red 64 ◦ green 6 ◦ blue 123

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

Shades of Indigo #40067B

Tints of Indigo #40067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 63.73%

R = 33.16%
G = 3.11%
B = 63.73%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40067B (or 0x40067B) is known color: Indigo. HEX triplet: 40, 06 and 7B. RGB value is (64,6,123). Sum of RGB (Red+Green+Blue) = 64+6+123=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #40067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40067B is #BFF984. Grayscale: #242424. Windows color (decimal): -12581253 or 8062528. OLE color: 8062528.

HSL color Cylindrical-coordinate representation of color #40067B: hue angle of 269.74º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40067B is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 6 123 -
CMYK 0.48 0.95 0 0.52
HSL 269.74º 0.91% 0.25% -
HSV(B) 269.74º 0.95% 0.48% -
XYZ 5.75 2.65 18.95 -
YUV 36.68 176.72 147.49 -
System Red Green Blue C M Y K H S L
Decimal 64 6 123 0.48 0.95 0 0.52 269.74 0.91 0.25
Hex 40 6 7B 30 5F 0 34 10E 5B 19
Octal 100 6 173 60 137 0 64 416 133 31
Binary 1000000 110 1111011 110000 1011111 0 110100 100001110 1011011 11001

Color Harmonies of #40067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40067B

Black with #40067B

Text Example


Text Example

White with #40067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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