Html Css Color HEX #44157A Persian Indigo

📋 copy color: '#44157A'

red 68 ◦ green 21 ◦ blue 122

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

Shades of Persian Indigo #44157A

Tints of Persian Indigo #44157A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 57.82%

R = 32.23%
G = 9.95%
B = 57.82%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44157A (or 0x44157A) is known color: Persian Indigo. HEX triplet: 44, 15 and 7A. RGB value is (68,21,122). Sum of RGB (Red+Green+Blue) = 68+21+122=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #44157A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44157A is #BBEA85. Grayscale: #2E2E2E. Windows color (decimal): -12315270 or 8000836. OLE color: 8000836.

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

Color convert

RGB 68 21 122 -
CMYK 0.44 0.83 0 0.52
HSL 267.92º 0.71% 0.28% -
HSV(B) 267.92º 0.83% 0.48% -
XYZ 6.16 3.17 18.7 -
YUV 46.57 170.57 143.29 -
System Red Green Blue C M Y K H S L
Decimal 68 21 122 0.44 0.83 0 0.52 267.92 0.71 0.28
Hex 44 15 7A 2C 53 0 34 10C 47 1C
Octal 104 25 172 54 123 0 64 414 107 34
Binary 1000100 10101 1111010 101100 1010011 0 110100 100001100 1000111 11100

Color Harmonies of #44157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44157A

Black with #44157A

Text Example


Text Example

White with #44157A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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