Html Css Color HEX #29028A Persian Indigo

📋 copy color: '#29028A'

red 41 ◦ green 2 ◦ blue 138

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

Shades of Persian Indigo #29028A

Tints of Persian Indigo #29028A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 138 (54.3% from 255) = 76.24%

R = 22.65%
G = 1.1%
B = 76.24%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29028A (or 0x29028A) is known color: Persian Indigo. HEX triplet: 29, 02 and 8A. RGB value is (41,2,138). Sum of RGB (Red+Green+Blue) = 41+2+138=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 138 (54.30% from 255 or 76.24% from 181); Max value from RGB is 138 - color contains mainly: blue. Hex color #29028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29028A is #D6FD75. Grayscale: #1C1C1C. Windows color (decimal): -14089590 or 9044521. OLE color: 9044521.

HSL color Cylindrical-coordinate representation of color #29028A: hue angle of 257.21º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29028A is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 2 138 -
CMYK 0.70 0.99 0 0.46
HSL 257.21º 0.97% 0.27% -
HSV(B) 257.21º 0.99% 0.54% -
XYZ 5.52 2.35 24.21 -
YUV 29.17 189.42 136.44 -
System Red Green Blue C M Y K H S L
Decimal 41 2 138 0.70 0.99 0 0.46 257.21 0.97 0.27
Hex 29 2 8A 46 63 0 2E 101 61 1B
Octal 51 2 212 106 143 0 56 401 141 33
Binary 101001 10 10001010 1000110 1100011 0 101110 100000001 1100001 11011

Color Harmonies of #29028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29028A

Black with #29028A

Text Example


Text Example

White with #29028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29028A; }

 p { color: rgb(41,2,138); }

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

background-color css

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

 a { background-color: rgb(41,2,138); }

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

border-color css

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

 span { border-color: rgb(41,2,138); }

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