Html Css Color HEX #44177C Persian Indigo

📋 copy color: '#44177C'

red 68 ◦ green 23 ◦ blue 124

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

Shades of Persian Indigo #44177C

Tints of Persian Indigo #44177C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.67%

R = 31.63%
G = 10.7%
B = 57.67%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44177C (or 0x44177C) is known color: Persian Indigo. HEX triplet: 44, 17 and 7C. RGB value is (68,23,124). Sum of RGB (Red+Green+Blue) = 68+23+124=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #44177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44177C is #BBE883. Grayscale: #2F2F2F. Windows color (decimal): -12314756 or 8132420. OLE color: 8132420.

HSL color Cylindrical-coordinate representation of color #44177C: hue angle of 266.73º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44177C is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 23 124 -
CMYK 0.45 0.81 0 0.51
HSL 266.73º 0.69% 0.29% -
HSV(B) 266.73º 0.81% 0.49% -
XYZ 6.33 3.3 19.37 -
YUV 47.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 68 23 124 0.45 0.81 0 0.51 266.73 0.69 0.29
Hex 44 17 7C 2D 51 0 33 10B 45 1D
Octal 104 27 174 55 121 0 63 413 105 35
Binary 1000100 10111 1111100 101101 1010001 0 110011 100001011 1000101 11101

Color Harmonies of #44177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44177C

Black with #44177C

Text Example


Text Example

White with #44177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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