Html Css Color HEX #44177F Persian Indigo

📋 copy color: '#44177F'

red 68 ◦ green 23 ◦ blue 127

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

Shades of Persian Indigo #44177F

Tints of Persian Indigo #44177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 31.19%
G = 10.55%
B = 58.26%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44177F (or 0x44177F) is known color: Persian Indigo. HEX triplet: 44, 17 and 7F. RGB value is (68,23,127). Sum of RGB (Red+Green+Blue) = 68+23+127=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #44177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44177F is #BBE880. Grayscale: #2F2F2F. Windows color (decimal): -12314753 or 8329028. OLE color: 8329028.

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

Color convert

RGB 68 23 127 -
CMYK 0.46 0.82 0 0.50
HSL 265.96º 0.69% 0.29% -
HSV(B) 265.96º 0.82% 0.5% -
XYZ 6.52 3.37 20.39 -
YUV 48.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 68 23 127 0.46 0.82 0 0.50 265.96 0.69 0.29
Hex 44 17 7F 2E 52 0 32 10A 45 1D
Octal 104 27 177 56 122 0 62 412 105 35
Binary 1000100 10111 1111111 101110 1010010 0 110010 100001010 1000101 11101

Color Harmonies of #44177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44177F

Black with #44177F

Text Example


Text Example

White with #44177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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