Html Css Color HEX #4001B4 Indigo

📋 copy color: '#4001B4'

red 64 ◦ green 1 ◦ blue 180

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

Shades of Indigo #4001B4

Tints of Indigo #4001B4

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 180 (70.7% from 255) = 73.47%

R = 26.12%
G = 0.41%
B = 73.47%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4001B4 (or 0x4001B4) is known color: Indigo. HEX triplet: 40, 01 and B4. RGB value is (64,1,180). Sum of RGB (Red+Green+Blue) = 64+1+180=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 180 (70.70% from 255 or 73.47% from 245); Max value from RGB is 180 - color contains mainly: blue. Hex color #4001B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4001B4 is #BFFE4B. Grayscale: #272727. Windows color (decimal): -12582476 or 11796800. OLE color: 11796800.

HSL color Cylindrical-coordinate representation of color #4001B4: hue angle of 261.12º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4001B4 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 1 180 -
CMYK 0.64 0.99 0 0.29
HSL 261.12º 0.99% 0.35% -
HSV(B) 261.12º 0.99% 0.71% -
XYZ 10.36 4.41 43.48 -
YUV 40.24 206.87 144.95 -
System Red Green Blue C M Y K H S L
Decimal 64 1 180 0.64 0.99 0 0.29 261.12 0.99 0.35
Hex 40 1 B4 40 63 0 1D 105 63 23
Octal 100 1 264 100 143 0 35 405 143 43
Binary 1000000 1 10110100 1000000 1100011 0 11101 100000101 1100011 100011

Color Harmonies of #4001B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4001B4

Black with #4001B4

Text Example


Text Example

White with #4001B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4001B4; }

 p { color: rgb(64,1,180); }

 H1.HeaderClassName
 {
   color: #4001B4;
 }
 .AnyTagClassName
 {
   color: #4001B4;
 }
</style>

background-color css

<style>
 a { background-color: #4001B4; }

 a { background-color: rgb(64,1,180); }

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

border-color css

<style>
 span { border-color: #4001B4; }

 span { border-color: rgb(64,1,180); }

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