Html Css Color HEX #44187C Persian Indigo

📋 copy color: '#44187C'

red 68 ◦ green 24 ◦ blue 124

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

Shades of Persian Indigo #44187C

Tints of Persian Indigo #44187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.11%

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

R = 31.48%
G = 11.11%
B = 57.41%

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

#44187C (or 0x44187C) is known color: Persian Indigo. HEX triplet: 44, 18 and 7C. RGB value is (68,24,124). Sum of RGB (Red+Green+Blue) = 68+24+124=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #44187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44187C is #BBE783. Grayscale: #303030. Windows color (decimal): -12314500 or 8132676. OLE color: 8132676.

HSL color Cylindrical-coordinate representation of color #44187C: hue angle of 266.4º degrees, saturation: 0.68, 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 #44187C is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 24 124 -
CMYK 0.45 0.81 0 0.51
HSL 266.4º 0.68% 0.29% -
HSV(B) 266.4º 0.81% 0.49% -
XYZ 6.35 3.34 19.38 -
YUV 48.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 68 24 124 0.45 0.81 0 0.51 266.4 0.68 0.29
Hex 44 18 7C 2D 51 0 33 10A 44 1D
Octal 104 30 174 55 121 0 63 412 104 35
Binary 1000100 11000 1111100 101101 1010001 0 110011 100001010 1000100 11101

Color Harmonies of #44187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44187C

Black with #44187C

Text Example


Text Example

White with #44187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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