Html Css Color HEX #45137D Indigo

📋 copy color: '#45137D'

red 69 ◦ green 19 ◦ blue 125

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

Shades of Indigo #45137D

Tints of Indigo #45137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

 BLUE value IS 125 (49.22% from 255) = 58.69%

R = 32.39%
G = 8.92%
B = 58.69%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45137D (or 0x45137D) is known color: Indigo. HEX triplet: 45, 13 and 7D. RGB value is (69,19,125). Sum of RGB (Red+Green+Blue) = 69+19+125=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #45137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45137D is #BAEC82. Grayscale: #2D2D2D. Windows color (decimal): -12250243 or 8196933. OLE color: 8196933.

HSL color Cylindrical-coordinate representation of color #45137D: hue angle of 268.3º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45137D is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 19 125 -
CMYK 0.45 0.85 0 0.51
HSL 268.3º 0.74% 0.28% -
HSV(B) 268.3º 0.85% 0.49% -
XYZ 6.39 3.21 19.69 -
YUV 46.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 69 19 125 0.45 0.85 0 0.51 268.3 0.74 0.28
Hex 45 13 7D 2D 55 0 33 10C 4A 1C
Octal 105 23 175 55 125 0 63 414 112 34
Binary 1000101 10011 1111101 101101 1010101 0 110011 100001100 1001010 11100

Color Harmonies of #45137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45137D

Black with #45137D

Text Example


Text Example

White with #45137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45137D; }

 p { color: rgb(69,19,125); }

 H1.HeaderClassName
 {
   color: #45137D;
 }
 .AnyTagClassName
 {
   color: #45137D;
 }
</style>

background-color css

<style>
 a { background-color: #45137D; }

 a { background-color: rgb(69,19,125); }

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

border-color css

<style>
 span { border-color: #45137D; }

 span { border-color: rgb(69,19,125); }

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