Html Css Color HEX #43029F Indigo

📋 copy color: '#43029F'

red 67 ◦ green 2 ◦ blue 159

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

Shades of Indigo #43029F

Tints of Indigo #43029F

RGB

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

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

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

R = 29.39%
G = 0.88%
B = 69.74%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43029F (or 0x43029F) is known color: Indigo. HEX triplet: 43, 02 and 9F. RGB value is (67,2,159). Sum of RGB (Red+Green+Blue) = 67+2+159=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #43029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43029F is #BCFD60. Grayscale: #262626. Windows color (decimal): -12385633 or 10420803. OLE color: 10420803.

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

Color convert

RGB 67 2 159 -
CMYK 0.58 0.99 0 0.38
HSL 264.84º 0.98% 0.32% -
HSV(B) 264.84º 0.99% 0.62% -
XYZ 8.59 3.74 33.07 -
YUV 39.33 195.53 147.73 -
System Red Green Blue C M Y K H S L
Decimal 67 2 159 0.58 0.99 0 0.38 264.84 0.98 0.32
Hex 43 2 9F 3A 63 0 26 109 62 20
Octal 103 2 237 72 143 0 46 411 142 40
Binary 1000011 10 10011111 111010 1100011 0 100110 100001001 1100010 100000

Color Harmonies of #43029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43029F

Black with #43029F

Text Example


Text Example

White with #43029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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