Html Css Color HEX #44167F Persian Indigo

📋 copy color: '#44167F'

red 68 ◦ green 22 ◦ blue 127

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

Shades of Persian Indigo #44167F

Tints of Persian Indigo #44167F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.53%

R = 31.34%
G = 10.14%
B = 58.53%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44167F (or 0x44167F) is known color: Persian Indigo. HEX triplet: 44, 16 and 7F. RGB value is (68,22,127). Sum of RGB (Red+Green+Blue) = 68+22+127=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #44167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44167F is #BBE980. Grayscale: #2F2F2F. Windows color (decimal): -12315009 or 8328772. OLE color: 8328772.

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

Color convert

RGB 68 22 127 -
CMYK 0.46 0.83 0 0.50
HSL 266.29º 0.7% 0.29% -
HSV(B) 266.29º 0.83% 0.5% -
XYZ 6.5 3.34 20.38 -
YUV 47.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 68 22 127 0.46 0.83 0 0.50 266.29 0.7 0.29
Hex 44 16 7F 2E 53 0 32 10A 46 1D
Octal 104 26 177 56 123 0 62 412 106 35
Binary 1000100 10110 1111111 101110 1010011 0 110010 100001010 1000110 11101

Color Harmonies of #44167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44167F

Black with #44167F

Text Example


Text Example

White with #44167F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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