Html Css Color HEX #44137F Persian Indigo

📋 copy color: '#44137F'

red 68 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #44137F

Tints of Persian Indigo #44137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

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

R = 31.78%
G = 8.88%
B = 59.35%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44137F (or 0x44137F) is known color: Persian Indigo. HEX triplet: 44, 13 and 7F. RGB value is (68,19,127). Sum of RGB (Red+Green+Blue) = 68+19+127=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #44137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44137F is #BBEC80. Grayscale: #2D2D2D. Windows color (decimal): -12315777 or 8328004. OLE color: 8328004.

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

Color convert

RGB 68 19 127 -
CMYK 0.46 0.85 0 0.50
HSL 267.22º 0.74% 0.29% -
HSV(B) 267.22º 0.85% 0.5% -
XYZ 6.45 3.23 20.36 -
YUV 45.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 68 19 127 0.46 0.85 0 0.50 267.22 0.74 0.29
Hex 44 13 7F 2E 55 0 32 10B 4A 1D
Octal 104 23 177 56 125 0 62 413 112 35
Binary 1000100 10011 1111111 101110 1010101 0 110010 100001011 1001010 11101

Color Harmonies of #44137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44137F

Black with #44137F

Text Example


Text Example

White with #44137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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