Html Css Color HEX #44167D Persian Indigo

📋 copy color: '#44167D'

red 68 ◦ green 22 ◦ blue 125

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

Shades of Persian Indigo #44167D

Tints of Persian Indigo #44167D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.14%

R = 31.63%
G = 10.23%
B = 58.14%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44167D (or 0x44167D) is known color: Persian Indigo. HEX triplet: 44, 16 and 7D. RGB value is (68,22,125). Sum of RGB (Red+Green+Blue) = 68+22+125=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #44167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44167D is #BBE982. Grayscale: #2F2F2F. Windows color (decimal): -12315011 or 8197700. OLE color: 8197700.

HSL color Cylindrical-coordinate representation of color #44167D: hue angle of 266.8º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44167D is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 22 125 -
CMYK 0.46 0.82 0 0.51
HSL 266.8º 0.7% 0.29% -
HSV(B) 266.8º 0.82% 0.49% -
XYZ 6.37 3.28 19.7 -
YUV 47.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 68 22 125 0.46 0.82 0 0.51 266.8 0.7 0.29
Hex 44 16 7D 2E 52 0 33 10B 46 1D
Octal 104 26 175 56 122 0 63 413 106 35
Binary 1000100 10110 1111101 101110 1010010 0 110011 100001011 1000110 11101

Color Harmonies of #44167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44167D

Black with #44167D

Text Example


Text Example

White with #44167D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44167D; }

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

 H1.HeaderClassName
 {
   color: #44167D;
 }
 .AnyTagClassName
 {
   color: #44167D;
 }
</style>

background-color css

<style>
 a { background-color: #44167D; }

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

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

border-color css

<style>
 span { border-color: #44167D; }

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

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