Html Css Color HEX #44157D Persian Indigo

📋 copy color: '#44157D'

red 68 ◦ green 21 ◦ blue 125

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

Shades of Persian Indigo #44157D

Tints of Persian Indigo #44157D

RGB

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

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

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

R = 31.78%
G = 9.81%
B = 58.41%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44157D (or 0x44157D) is known color: Persian Indigo. HEX triplet: 44, 15 and 7D. RGB value is (68,21,125). Sum of RGB (Red+Green+Blue) = 68+21+125=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #44157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44157D is #BBEA82. Grayscale: #2E2E2E. Windows color (decimal): -12315267 or 8197444. OLE color: 8197444.

HSL color Cylindrical-coordinate representation of color #44157D: hue angle of 267.12º 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 #44157D is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 21 125 -
CMYK 0.46 0.83 0 0.51
HSL 267.12º 0.71% 0.29% -
HSV(B) 267.12º 0.83% 0.49% -
XYZ 6.35 3.25 19.69 -
YUV 46.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 68 21 125 0.46 0.83 0 0.51 267.12 0.71 0.29
Hex 44 15 7D 2E 53 0 33 10B 47 1D
Octal 104 25 175 56 123 0 63 413 107 35
Binary 1000100 10101 1111101 101110 1010011 0 110011 100001011 1000111 11101

Color Harmonies of #44157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44157D

Black with #44157D

Text Example


Text Example

White with #44157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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