Html Css Color HEX #4502B5 Indigo

📋 copy color: '#4502B5'

red 69 ◦ green 2 ◦ blue 181

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

Shades of Indigo #4502B5

Tints of Indigo #4502B5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 27.38%
G = 0.79%
B = 71.83%

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

#4502B5 (or 0x4502B5) is known color: Indigo. HEX triplet: 45, 02 and B5. RGB value is (69,2,181). Sum of RGB (Red+Green+Blue) = 69+2+181=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 181 (71.09% from 255 or 71.83% from 252); Max value from RGB is 181 - color contains mainly: blue. Hex color #4502B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4502B5 is #BAFD4A. Grayscale: #292929. Windows color (decimal): -12254539 or 11862597. OLE color: 11862597.

HSL color Cylindrical-coordinate representation of color #4502B5: hue angle of 262.46º degrees, saturation: 0.98, 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 #4502B5 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 69 2 181 -
CMYK 0.62 0.99 0 0.29
HSL 262.46º 0.98% 0.36% -
HSV(B) 262.46º 0.99% 0.71% -
XYZ 10.82 4.64 44.04 -
YUV 42.44 206.2 146.95 -
System Red Green Blue C M Y K H S L
Decimal 69 2 181 0.62 0.99 0 0.29 262.46 0.98 0.36
Hex 45 2 B5 3E 63 0 1D 106 62 24
Octal 105 2 265 76 143 0 35 406 142 44
Binary 1000101 10 10110101 111110 1100011 0 11101 100000110 1100010 100100

Color Harmonies of #4502B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4502B5

Black with #4502B5

Text Example


Text Example

White with #4502B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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