Html Css Color HEX #44168B Persian Indigo

📋 copy color: '#44168B'

red 68 ◦ green 22 ◦ blue 139

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

Shades of Persian Indigo #44168B

Tints of Persian Indigo #44168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.61%

 BLUE value IS 139 (54.69% from 255) = 60.7%

R = 29.69%
G = 9.61%
B = 60.7%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44168B (or 0x44168B) is known color: Persian Indigo. HEX triplet: 44, 16 and 8B. RGB value is (68,22,139). Sum of RGB (Red+Green+Blue) = 68+22+139=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #44168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44168B is #BBE974. Grayscale: #303030. Windows color (decimal): -12314997 or 9115204. OLE color: 9115204.

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

Color convert

RGB 68 22 139 -
CMYK 0.51 0.84 0 0.45
HSL 263.59º 0.73% 0.32% -
HSV(B) 263.59º 0.84% 0.55% -
XYZ 7.33 3.67 24.75 -
YUV 49.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 68 22 139 0.51 0.84 0 0.45 263.59 0.73 0.32
Hex 44 16 8B 33 54 0 2D 108 49 20
Octal 104 26 213 63 124 0 55 410 111 40
Binary 1000100 10110 10001011 110011 1010100 0 101101 100001000 1001001 100000

Color Harmonies of #44168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44168B

Black with #44168B

Text Example


Text Example

White with #44168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44168B; }

 p { color: rgb(68,22,139); }

 H1.HeaderClassName
 {
   color: #44168B;
 }
 .AnyTagClassName
 {
   color: #44168B;
 }
</style>

background-color css

<style>
 a { background-color: #44168B; }

 a { background-color: rgb(68,22,139); }

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

border-color css

<style>
 span { border-color: #44168B; }

 span { border-color: rgb(68,22,139); }

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