Html Css Color HEX #441A88 Persian Indigo

📋 copy color: '#441A88'

red 68 ◦ green 26 ◦ blue 136

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

Shades of Persian Indigo #441A88

Tints of Persian Indigo #441A88

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.3%

 BLUE value IS 136 (53.52% from 255) = 59.13%

R = 29.57%
G = 11.3%
B = 59.13%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#441A88 (or 0x441A88) is known color: Persian Indigo. HEX triplet: 44, 1A and 88. RGB value is (68,26,136). Sum of RGB (Red+Green+Blue) = 68+26+136=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #441A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441A88 is #BBE577. Grayscale: #323232. Windows color (decimal): -12313976 or 8919620. OLE color: 8919620.

HSL color Cylindrical-coordinate representation of color #441A88: hue angle of 262.91º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441A88 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 26 136 -
CMYK 0.50 0.81 0 0.47
HSL 262.91º 0.68% 0.32% -
HSV(B) 262.91º 0.81% 0.53% -
XYZ 7.2 3.75 23.64 -
YUV 51.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 68 26 136 0.50 0.81 0 0.47 262.91 0.68 0.32
Hex 44 1A 88 32 51 0 2F 107 44 20
Octal 104 32 210 62 121 0 57 407 104 40
Binary 1000100 11010 10001000 110010 1010001 0 101111 100000111 1000100 100000

Color Harmonies of #441A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A88

Black with #441A88

Text Example


Text Example

White with #441A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A88; }

 p { color: rgb(68,26,136); }

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

background-color css

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

 a { background-color: rgb(68,26,136); }

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

border-color css

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

 span { border-color: rgb(68,26,136); }

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