Html Css Color HEX #43129F Indigo

📋 copy color: '#43129F'

red 67 ◦ green 18 ◦ blue 159

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

Shades of Indigo #43129F

Tints of Indigo #43129F

RGB

 RED value IS 67 (26.56% from 255) = 27.46%

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 159 (62.5% from 255) = 65.16%

R = 27.46%
G = 7.38%
B = 65.16%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43129F (or 0x43129F) is known color: Indigo. HEX triplet: 43, 12 and 9F. RGB value is (67,18,159). Sum of RGB (Red+Green+Blue) = 67+18+159=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #43129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43129F is #BCED60. Grayscale: #303030. Windows color (decimal): -12381537 or 10424899. OLE color: 10424899.

HSL color Cylindrical-coordinate representation of color #43129F: hue angle of 260.85º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #43129F is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 18 159 -
CMYK 0.58 0.89 0 0.38
HSL 260.85º 0.8% 0.35% -
HSV(B) 260.85º 0.89% 0.62% -
XYZ 8.79 4.13 33.13 -
YUV 48.73 190.23 141.04 -
System Red Green Blue C M Y K H S L
Decimal 67 18 159 0.58 0.89 0 0.38 260.85 0.8 0.35
Hex 43 12 9F 3A 59 0 26 105 50 23
Octal 103 22 237 72 131 0 46 405 120 43
Binary 1000011 10010 10011111 111010 1011001 0 100110 100000101 1010000 100011

Color Harmonies of #43129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43129F

Black with #43129F

Text Example


Text Example

White with #43129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43129F; }

 p { color: rgb(67,18,159); }

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

background-color css

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

 a { background-color: rgb(67,18,159); }

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

border-color css

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

 span { border-color: rgb(67,18,159); }

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