Html Css Color HEX #40037B Indigo

📋 copy color: '#40037B'

red 64 ◦ green 3 ◦ blue 123

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

Shades of Indigo #40037B

Tints of Indigo #40037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

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

R = 33.68%
G = 1.58%
B = 64.74%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40037B (or 0x40037B) is known color: Indigo. HEX triplet: 40, 03 and 7B. RGB value is (64,3,123). Sum of RGB (Red+Green+Blue) = 64+3+123=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #40037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40037B is #BFFC84. Grayscale: #222222. Windows color (decimal): -12582021 or 8061760. OLE color: 8061760.

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

Color convert

RGB 64 3 123 -
CMYK 0.48 0.98 0 0.52
HSL 270.5º 0.95% 0.25% -
HSV(B) 270.5º 0.98% 0.48% -
XYZ 5.72 2.59 18.94 -
YUV 34.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 64 3 123 0.48 0.98 0 0.52 270.5 0.95 0.25
Hex 40 3 7B 30 62 0 34 10E 5F 19
Octal 100 3 173 60 142 0 64 416 137 31
Binary 1000000 11 1111011 110000 1100010 0 110100 100001110 1011111 11001

Color Harmonies of #40037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40037B

Black with #40037B

Text Example


Text Example

White with #40037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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