Html Css Color HEX #441675 Persian Indigo

📋 copy color: '#441675'

red 68 ◦ green 22 ◦ blue 117

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

Shades of Persian Indigo #441675

Tints of Persian Indigo #441675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 32.85%
G = 10.63%
B = 56.52%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#441675 (or 0x441675) is known color: Persian Indigo. HEX triplet: 44, 16 and 75. RGB value is (68,22,117). Sum of RGB (Red+Green+Blue) = 68+22+117=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #441675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441675 is #BBE98A. Grayscale: #2E2E2E. Windows color (decimal): -12315019 or 7673412. OLE color: 7673412.

HSL color Cylindrical-coordinate representation of color #441675: hue angle of 269.05º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441675 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 22 117 -
CMYK 0.42 0.81 0 0.54
HSL 269.05º 0.68% 0.27% -
HSV(B) 269.05º 0.81% 0.46% -
XYZ 5.88 3.09 17.12 -
YUV 46.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 68 22 117 0.42 0.81 0 0.54 269.05 0.68 0.27
Hex 44 16 75 2A 51 0 36 10D 44 1B
Octal 104 26 165 52 121 0 66 415 104 33
Binary 1000100 10110 1110101 101010 1010001 0 110110 100001101 1000100 11011

Color Harmonies of #441675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441675

Black with #441675

Text Example


Text Example

White with #441675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441675; }

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

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

background-color css

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

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

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

border-color css

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

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

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