Html Css Color HEX #4501B5 Indigo

📋 copy color: '#4501B5'

red 69 ◦ green 1 ◦ blue 181

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

Shades of Indigo #4501B5

Tints of Indigo #4501B5

RGB

 RED value IS 69 (27.34% from 255) = 27.49%

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

 BLUE value IS 181 (71.09% from 255) = 72.11%

R = 27.49%
G = 0.4%
B = 72.11%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4501B5 (or 0x4501B5) is known color: Indigo. HEX triplet: 45, 01 and B5. RGB value is (69,1,181). Sum of RGB (Red+Green+Blue) = 69+1+181=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 181 (71.09% from 255 or 72.11% from 251); Max value from RGB is 181 - color contains mainly: blue. Hex color #4501B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4501B5 is #BAFE4A. Grayscale: #292929. Windows color (decimal): -12254795 or 11862341. OLE color: 11862341.

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

Color convert

RGB 69 1 181 -
CMYK 0.62 0.99 0 0.29
HSL 262.67º 0.99% 0.36% -
HSV(B) 262.67º 0.99% 0.71% -
XYZ 10.81 4.62 44.04 -
YUV 41.85 206.53 147.36 -
System Red Green Blue C M Y K H S L
Decimal 69 1 181 0.62 0.99 0 0.29 262.67 0.99 0.36
Hex 45 1 B5 3E 63 0 1D 107 63 24
Octal 105 1 265 76 143 0 35 407 143 44
Binary 1000101 1 10110101 111110 1100011 0 11101 100000111 1100011 100100

Color Harmonies of #4501B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4501B5

Black with #4501B5

Text Example


Text Example

White with #4501B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4501B5; }

 p { color: rgb(69,1,181); }

 H1.HeaderClassName
 {
   color: #4501B5;
 }
 .AnyTagClassName
 {
   color: #4501B5;
 }
</style>

background-color css

<style>
 a { background-color: #4501B5; }

 a { background-color: rgb(69,1,181); }

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

border-color css

<style>
 span { border-color: #4501B5; }

 span { border-color: rgb(69,1,181); }

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