Html Css Color HEX #43028D Indigo

📋 copy color: '#43028D'

red 67 ◦ green 2 ◦ blue 141

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

Shades of Indigo #43028D

Tints of Indigo #43028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 67.14%

R = 31.9%
G = 0.95%
B = 67.14%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43028D (or 0x43028D) is known color: Indigo. HEX triplet: 43, 02 and 8D. RGB value is (67,2,141). Sum of RGB (Red+Green+Blue) = 67+2+141=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #43028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43028D is #BCFD72. Grayscale: #242424. Windows color (decimal): -12385651 or 9241155. OLE color: 9241155.

HSL color Cylindrical-coordinate representation of color #43028D: hue angle of 268.06º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43028D is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 2 141 -
CMYK 0.52 0.99 0 0.45
HSL 268.06º 0.97% 0.28% -
HSV(B) 268.06º 0.99% 0.55% -
XYZ 7.14 3.16 25.43 -
YUV 37.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 67 2 141 0.52 0.99 0 0.45 268.06 0.97 0.28
Hex 43 2 8D 34 63 0 2D 10C 61 1C
Octal 103 2 215 64 143 0 55 414 141 34
Binary 1000011 10 10001101 110100 1100011 0 101101 100001100 1100001 11100

Color Harmonies of #43028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43028D

Black with #43028D

Text Example


Text Example

White with #43028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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