Html Css Color HEX #40037C Indigo

📋 copy color: '#40037C'

red 64 ◦ green 3 ◦ blue 124

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

Shades of Indigo #40037C

Tints of Indigo #40037C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.92%

R = 33.51%
G = 1.57%
B = 64.92%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40037C (or 0x40037C) is known color: Indigo. HEX triplet: 40, 03 and 7C. RGB value is (64,3,124). Sum of RGB (Red+Green+Blue) = 64+3+124=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #40037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40037C is #BFFC83. Grayscale: #222222. Windows color (decimal): -12582020 or 8127296. OLE color: 8127296.

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

Color convert

RGB 64 3 124 -
CMYK 0.48 0.98 0 0.51
HSL 270.25º 0.95% 0.25% -
HSV(B) 270.25º 0.98% 0.49% -
XYZ 5.79 2.61 19.27 -
YUV 35.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 64 3 124 0.48 0.98 0 0.51 270.25 0.95 0.25
Hex 40 3 7C 30 62 0 33 10E 5F 19
Octal 100 3 174 60 142 0 63 416 137 31
Binary 1000000 11 1111100 110000 1100010 0 110011 100001110 1011111 11001

Color Harmonies of #40037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40037C

Black with #40037C

Text Example


Text Example

White with #40037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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