Html Css Color HEX #29068B Persian Indigo

📋 copy color: '#29068B'

red 41 ◦ green 6 ◦ blue 139

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

Shades of Persian Indigo #29068B

Tints of Persian Indigo #29068B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.23%

 BLUE value IS 139 (54.69% from 255) = 74.73%

R = 22.04%
G = 3.23%
B = 74.73%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29068B (or 0x29068B) is known color: Persian Indigo. HEX triplet: 29, 06 and 8B. RGB value is (41,6,139). Sum of RGB (Red+Green+Blue) = 41+6+139=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #29068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29068B is #D6F974. Grayscale: #1F1F1F. Windows color (decimal): -14088565 or 9111081. OLE color: 9111081.

HSL color Cylindrical-coordinate representation of color #29068B: hue angle of 255.79º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #29068B is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 6 139 -
CMYK 0.71 0.96 0 0.45
HSL 255.79º 0.92% 0.28% -
HSV(B) 255.79º 0.96% 0.55% -
XYZ 5.64 2.47 24.6 -
YUV 31.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 41 6 139 0.71 0.96 0 0.45 255.79 0.92 0.28
Hex 29 6 8B 47 60 0 2D 100 5C 1C
Octal 51 6 213 107 140 0 55 400 134 34
Binary 101001 110 10001011 1000111 1100000 0 101101 100000000 1011100 11100

Color Harmonies of #29068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29068B

Black with #29068B

Text Example


Text Example

White with #29068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29068B; }

 p { color: rgb(41,6,139); }

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

background-color css

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

 a { background-color: rgb(41,6,139); }

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

border-color css

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

 span { border-color: rgb(41,6,139); }

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