Html Css Color HEX #40058F Indigo

📋 copy color: '#40058F'

red 64 ◦ green 5 ◦ blue 143

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

Shades of Indigo #40058F

Tints of Indigo #40058F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

 BLUE value IS 143 (56.25% from 255) = 67.45%

R = 30.19%
G = 2.36%
B = 67.45%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40058F (or 0x40058F) is known color: Indigo. HEX triplet: 40, 05 and 8F. RGB value is (64,5,143). Sum of RGB (Red+Green+Blue) = 64+5+143=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #40058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40058F is #BFFA70. Grayscale: #252525. Windows color (decimal): -12581489 or 9372992. OLE color: 9372992.

HSL color Cylindrical-coordinate representation of color #40058F: hue angle of 265.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40058F is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 5 143 -
CMYK 0.55 0.97 0 0.44
HSL 265.65º 0.93% 0.29% -
HSV(B) 265.65º 0.97% 0.56% -
XYZ 7.13 3.18 26.23 -
YUV 38.37 187.05 146.28 -
System Red Green Blue C M Y K H S L
Decimal 64 5 143 0.55 0.97 0 0.44 265.65 0.93 0.29
Hex 40 5 8F 37 61 0 2C 10A 5D 1D
Octal 100 5 217 67 141 0 54 412 135 35
Binary 1000000 101 10001111 110111 1100001 0 101100 100001010 1011101 11101

Color Harmonies of #40058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40058F

Black with #40058F

Text Example


Text Example

White with #40058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40058F; }

 p { color: rgb(64,5,143); }

 H1.HeaderClassName
 {
   color: #40058F;
 }
 .AnyTagClassName
 {
   color: #40058F;
 }
</style>

background-color css

<style>
 a { background-color: #40058F; }

 a { background-color: rgb(64,5,143); }

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

border-color css

<style>
 span { border-color: #40058F; }

 span { border-color: rgb(64,5,143); }

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