Html Css Color HEX #44157C Persian Indigo

📋 copy color: '#44157C'

red 68 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #44157C

Tints of Persian Indigo #44157C

RGB

 RED value IS 68 (26.95% from 255) = 31.92%

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

 BLUE value IS 124 (48.83% from 255) = 58.22%

R = 31.92%
G = 9.86%
B = 58.22%

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

#44157C (or 0x44157C) is known color: Persian Indigo. HEX triplet: 44, 15 and 7C. RGB value is (68,21,124). Sum of RGB (Red+Green+Blue) = 68+21+124=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #44157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44157C is #BBEA83. Grayscale: #2E2E2E. Windows color (decimal): -12315268 or 8131908. OLE color: 8131908.

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

Color convert

RGB 68 21 124 -
CMYK 0.45 0.83 0 0.51
HSL 267.38º 0.71% 0.28% -
HSV(B) 267.38º 0.83% 0.49% -
XYZ 6.29 3.22 19.36 -
YUV 46.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 68 21 124 0.45 0.83 0 0.51 267.38 0.71 0.28
Hex 44 15 7C 2D 53 0 33 10B 47 1C
Octal 104 25 174 55 123 0 63 413 107 34
Binary 1000100 10101 1111100 101101 1010011 0 110011 100001011 1000111 11100

Color Harmonies of #44157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44157C

Black with #44157C

Text Example


Text Example

White with #44157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44157C; }

 p { color: rgb(68,21,124); }

 H1.HeaderClassName
 {
   color: #44157C;
 }
 .AnyTagClassName
 {
   color: #44157C;
 }
</style>

background-color css

<style>
 a { background-color: #44157C; }

 a { background-color: rgb(68,21,124); }

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

border-color css

<style>
 span { border-color: #44157C; }

 span { border-color: rgb(68,21,124); }

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