Html Css Color HEX #44167C Persian Indigo

📋 copy color: '#44167C'

red 68 ◦ green 22 ◦ blue 124

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

Shades of Persian Indigo #44167C

Tints of Persian Indigo #44167C

RGB

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

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

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

R = 31.78%
G = 10.28%
B = 57.94%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44167C (or 0x44167C) is known color: Persian Indigo. HEX triplet: 44, 16 and 7C. RGB value is (68,22,124). Sum of RGB (Red+Green+Blue) = 68+22+124=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #44167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44167C is #BBE983. Grayscale: #2F2F2F. Windows color (decimal): -12315012 or 8132164. OLE color: 8132164.

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

Color convert

RGB 68 22 124 -
CMYK 0.45 0.82 0 0.51
HSL 267.06º 0.7% 0.29% -
HSV(B) 267.06º 0.82% 0.49% -
XYZ 6.31 3.26 19.37 -
YUV 47.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 68 22 124 0.45 0.82 0 0.51 267.06 0.7 0.29
Hex 44 16 7C 2D 52 0 33 10B 46 1D
Octal 104 26 174 55 122 0 63 413 106 35
Binary 1000100 10110 1111100 101101 1010010 0 110011 100001011 1000110 11101

Color Harmonies of #44167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44167C

Black with #44167C

Text Example


Text Example

White with #44167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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