Html Css Color HEX #29107B Persian Indigo

📋 copy color: '#29107B'

red 41 ◦ green 16 ◦ blue 123

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

Shades of Persian Indigo #29107B

Tints of Persian Indigo #29107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

 BLUE value IS 123 (48.44% from 255) = 68.33%

R = 22.78%
G = 8.89%
B = 68.33%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29107B (or 0x29107B) is known color: Persian Indigo. HEX triplet: 29, 10 and 7B. RGB value is (41,16,123). Sum of RGB (Red+Green+Blue) = 41+16+123=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #29107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29107B is #D6EF84. Grayscale: #232323. Windows color (decimal): -14086021 or 8065065. OLE color: 8065065.

HSL color Cylindrical-coordinate representation of color #29107B: hue angle of 254.02º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #29107B is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 16 123 -
CMYK 0.67 0.87 0 0.52
HSL 254.02º 0.77% 0.27% -
HSV(B) 254.02º 0.87% 0.48% -
XYZ 4.67 2.27 18.93 -
YUV 35.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 41 16 123 0.67 0.87 0 0.52 254.02 0.77 0.27
Hex 29 10 7B 43 57 0 34 FE 4D 1B
Octal 51 20 173 103 127 0 64 376 115 33
Binary 101001 10000 1111011 1000011 1010111 0 110100 11111110 1001101 11011

Color Harmonies of #29107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29107B

Black with #29107B

Text Example


Text Example

White with #29107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,16,123); }

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

background-color css

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

 a { background-color: rgb(41,16,123); }

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

border-color css

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

 span { border-color: rgb(41,16,123); }

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