Html Css Color HEX #29078B Persian Indigo

📋 copy color: '#29078B'

red 41 ◦ green 7 ◦ blue 139

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

Shades of Persian Indigo #29078B

Tints of Persian Indigo #29078B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.74%

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

R = 21.93%
G = 3.74%
B = 74.33%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29078B (or 0x29078B) is known color: Persian Indigo. HEX triplet: 29, 07 and 8B. RGB value is (41,7,139). Sum of RGB (Red+Green+Blue) = 41+7+139=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #29078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29078B is #D6F874. Grayscale: #1F1F1F. Windows color (decimal): -14088309 or 9111337. OLE color: 9111337.

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

Color convert

RGB 41 7 139 -
CMYK 0.71 0.95 0 0.45
HSL 255.45º 0.9% 0.29% -
HSV(B) 255.45º 0.95% 0.55% -
XYZ 5.65 2.49 24.61 -
YUV 32.21 188.26 134.27 -
System Red Green Blue C M Y K H S L
Decimal 41 7 139 0.71 0.95 0 0.45 255.45 0.9 0.29
Hex 29 7 8B 47 5F 0 2D FF 5A 1D
Octal 51 7 213 107 137 0 55 377 132 35
Binary 101001 111 10001011 1000111 1011111 0 101101 11111111 1011010 11101

Color Harmonies of #29078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29078B

Black with #29078B

Text Example


Text Example

White with #29078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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