Html Css Color HEX #45157D Persian Indigo

📋 copy color: '#45157D'

red 69 ◦ green 21 ◦ blue 125

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

Shades of Persian Indigo #45157D

Tints of Persian Indigo #45157D

RGB

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

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

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

R = 32.09%
G = 9.77%
B = 58.14%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45157D (or 0x45157D) is known color: Persian Indigo. HEX triplet: 45, 15 and 7D. RGB value is (69,21,125). Sum of RGB (Red+Green+Blue) = 69+21+125=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #45157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45157D is #BAEA82. Grayscale: #2E2E2E. Windows color (decimal): -12249731 or 8197445. OLE color: 8197445.

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

Color convert

RGB 69 21 125 -
CMYK 0.45 0.83 0 0.51
HSL 267.69º 0.71% 0.29% -
HSV(B) 267.69º 0.83% 0.49% -
XYZ 6.42 3.28 19.7 -
YUV 47.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 69 21 125 0.45 0.83 0 0.51 267.69 0.71 0.29
Hex 45 15 7D 2D 53 0 33 10C 47 1D
Octal 105 25 175 55 123 0 63 414 107 35
Binary 1000101 10101 1111101 101101 1010011 0 110011 100001100 1000111 11101

Color Harmonies of #45157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45157D

Black with #45157D

Text Example


Text Example

White with #45157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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