Html Css Color HEX #292088 Persian Indigo

📋 copy color: '#292088'

red 41 ◦ green 32 ◦ blue 136

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

Shades of Persian Indigo #292088

Tints of Persian Indigo #292088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 19.62%
G = 15.31%
B = 65.07%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#292088 (or 0x292088) is known color: Persian Indigo. HEX triplet: 29, 20 and 88. RGB value is (41,32,136). Sum of RGB (Red+Green+Blue) = 41+32+136=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #292088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292088 is #D6DF77. Grayscale: #2E2E2E. Windows color (decimal): -14081912 or 8921129. OLE color: 8921129.

HSL color Cylindrical-coordinate representation of color #292088: hue angle of 245.19º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #292088 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 32 136 -
CMYK 0.70 0.76 0 0.47
HSL 245.19º 0.62% 0.33% -
HSV(B) 245.19º 0.76% 0.53% -
XYZ 5.87 3.28 23.62 -
YUV 46.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 41 32 136 0.70 0.76 0 0.47 245.19 0.62 0.33
Hex 29 20 88 46 4C 0 2F F5 3E 21
Octal 51 40 210 106 114 0 57 365 76 41
Binary 101001 100000 10001000 1000110 1001100 0 101111 11110101 111110 100001

Color Harmonies of #292088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292088

Black with #292088

Text Example


Text Example

White with #292088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292088; }

 p { color: rgb(41,32,136); }

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

background-color css

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

 a { background-color: rgb(41,32,136); }

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

border-color css

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

 span { border-color: rgb(41,32,136); }

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