Html Css Color HEX #45159B Indigo

📋 copy color: '#45159B'

red 69 ◦ green 21 ◦ blue 155

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

Shades of Indigo #45159B

Tints of Indigo #45159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 28.16%
G = 8.57%
B = 63.27%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45159B (or 0x45159B) is known color: Indigo. HEX triplet: 45, 15 and 9B. RGB value is (69,21,155). Sum of RGB (Red+Green+Blue) = 69+21+155=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #45159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45159B is #BAEA64. Grayscale: #323232. Windows color (decimal): -12249701 or 10163525. OLE color: 10163525.

HSL color Cylindrical-coordinate representation of color #45159B: hue angle of 261.49º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45159B is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 21 155 -
CMYK 0.55 0.86 0 0.39
HSL 261.49º 0.76% 0.35% -
HSV(B) 261.49º 0.86% 0.61% -
XYZ 8.64 4.17 31.36 -
YUV 50.63 186.9 141.1 -
System Red Green Blue C M Y K H S L
Decimal 69 21 155 0.55 0.86 0 0.39 261.49 0.76 0.35
Hex 45 15 9B 37 56 0 27 105 4C 23
Octal 105 25 233 67 126 0 47 405 114 43
Binary 1000101 10101 10011011 110111 1010110 0 100111 100000101 1001100 100011

Color Harmonies of #45159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45159B

Black with #45159B

Text Example


Text Example

White with #45159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45159B; }

 p { color: rgb(69,21,155); }

 H1.HeaderClassName
 {
   color: #45159B;
 }
 .AnyTagClassName
 {
   color: #45159B;
 }
</style>

background-color css

<style>
 a { background-color: #45159B; }

 a { background-color: rgb(69,21,155); }

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

border-color css

<style>
 span { border-color: #45159B; }

 span { border-color: rgb(69,21,155); }

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