Html Css Color HEX #43029D Indigo

📋 copy color: '#43029D'

red 67 ◦ green 2 ◦ blue 157

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

Shades of Indigo #43029D

Tints of Indigo #43029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.47%

R = 29.65%
G = 0.88%
B = 69.47%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43029D (or 0x43029D) is known color: Indigo. HEX triplet: 43, 02 and 9D. RGB value is (67,2,157). Sum of RGB (Red+Green+Blue) = 67+2+157=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #43029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43029D is #BCFD62. Grayscale: #262626. Windows color (decimal): -12385635 or 10289731. OLE color: 10289731.

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

Color convert

RGB 67 2 157 -
CMYK 0.57 0.99 0 0.38
HSL 265.16º 0.97% 0.31% -
HSV(B) 265.16º 0.99% 0.62% -
XYZ 8.42 3.67 32.16 -
YUV 39.11 194.53 147.9 -
System Red Green Blue C M Y K H S L
Decimal 67 2 157 0.57 0.99 0 0.38 265.16 0.97 0.31
Hex 43 2 9D 39 63 0 26 109 61 1F
Octal 103 2 235 71 143 0 46 411 141 37
Binary 1000011 10 10011101 111001 1100011 0 100110 100001001 1100001 11111

Color Harmonies of #43029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43029D

Black with #43029D

Text Example


Text Example

White with #43029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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