Html Css Color HEX #44188C Persian Indigo

📋 copy color: '#44188C'

red 68 ◦ green 24 ◦ blue 140

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

Shades of Persian Indigo #44188C

Tints of Persian Indigo #44188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.34%

R = 29.31%
G = 10.34%
B = 60.34%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44188C (or 0x44188C) is known color: Persian Indigo. HEX triplet: 44, 18 and 8C. RGB value is (68,24,140). Sum of RGB (Red+Green+Blue) = 68+24+140=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #44188C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44188C is #BBE773. Grayscale: #313131. Windows color (decimal): -12314484 or 9181252. OLE color: 9181252.

HSL color Cylindrical-coordinate representation of color #44188C: hue angle of 262.76º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #44188C is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 24 140 -
CMYK 0.51 0.83 0 0.45
HSL 262.76º 0.71% 0.32% -
HSV(B) 262.76º 0.83% 0.55% -
XYZ 7.44 3.78 25.15 -
YUV 50.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 68 24 140 0.51 0.83 0 0.45 262.76 0.71 0.32
Hex 44 18 8C 33 53 0 2D 107 47 20
Octal 104 30 214 63 123 0 55 407 107 40
Binary 1000100 11000 10001100 110011 1010011 0 101101 100000111 1000111 100000

Color Harmonies of #44188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44188C

Black with #44188C

Text Example


Text Example

White with #44188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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