Html Css Color HEX #44147F Persian Indigo

📋 copy color: '#44147F'

red 68 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #44147F

Tints of Persian Indigo #44147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

 BLUE value IS 127 (50% from 255) = 59.07%

R = 31.63%
G = 9.3%
B = 59.07%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44147F (or 0x44147F) is known color: Persian Indigo. HEX triplet: 44, 14 and 7F. RGB value is (68,20,127). Sum of RGB (Red+Green+Blue) = 68+20+127=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #44147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44147F is #BBEB80. Grayscale: #2E2E2E. Windows color (decimal): -12315521 or 8328260. OLE color: 8328260.

HSL color Cylindrical-coordinate representation of color #44147F: hue angle of 266.92º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44147F is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 20 127 -
CMYK 0.46 0.84 0 0.50
HSL 266.92º 0.73% 0.29% -
HSV(B) 266.92º 0.84% 0.5% -
XYZ 6.46 3.26 20.37 -
YUV 46.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 68 20 127 0.46 0.84 0 0.50 266.92 0.73 0.29
Hex 44 14 7F 2E 54 0 32 10B 49 1D
Octal 104 24 177 56 124 0 62 413 111 35
Binary 1000100 10100 1111111 101110 1010100 0 110010 100001011 1001001 11101

Color Harmonies of #44147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44147F

Black with #44147F

Text Example


Text Example

White with #44147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44147F; }

 p { color: rgb(68,20,127); }

 H1.HeaderClassName
 {
   color: #44147F;
 }
 .AnyTagClassName
 {
   color: #44147F;
 }
</style>

background-color css

<style>
 a { background-color: #44147F; }

 a { background-color: rgb(68,20,127); }

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

border-color css

<style>
 span { border-color: #44147F; }

 span { border-color: rgb(68,20,127); }

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