Html Css Color HEX #291A70 Persian Indigo

📋 copy color: '#291A70'

red 41 ◦ green 26 ◦ blue 112

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

Shades of Persian Indigo #291A70

Tints of Persian Indigo #291A70

RGB

 RED value IS 41 (16.41% from 255) = 22.91%

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

 BLUE value IS 112 (44.14% from 255) = 62.57%

R = 22.91%
G = 14.53%
B = 62.57%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#291A70 (or 0x291A70) is known color: Persian Indigo. HEX triplet: 29, 1A and 70. RGB value is (41,26,112). Sum of RGB (Red+Green+Blue) = 41+26+112=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #291A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A70 is #D6E58F. Grayscale: #272727. Windows color (decimal): -14083472 or 7346729. OLE color: 7346729.

HSL color Cylindrical-coordinate representation of color #291A70: hue angle of 250.47º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #291A70 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 26 112 -
CMYK 0.63 0.77 0 0.56
HSL 250.47º 0.62% 0.27% -
HSV(B) 250.47º 0.77% 0.44% -
XYZ 4.21 2.38 15.57 -
YUV 40.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 41 26 112 0.63 0.77 0 0.56 250.47 0.62 0.27
Hex 29 1A 70 3F 4D 0 38 FA 3E 1B
Octal 51 32 160 77 115 0 70 372 76 33
Binary 101001 11010 1110000 111111 1001101 0 111000 11111010 111110 11011

Color Harmonies of #291A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A70

Black with #291A70

Text Example


Text Example

White with #291A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291A70; }

 p { color: rgb(41,26,112); }

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

background-color css

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

 a { background-color: rgb(41,26,112); }

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

border-color css

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

 span { border-color: rgb(41,26,112); }

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