Html Css Color HEX #43008D Indigo

📋 copy color: '#43008D'

red 67 ◦ green 0 ◦ blue 141

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

Shades of Indigo #43008D

Tints of Indigo #43008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.21%
G = 0%
B = 67.79%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43008D (or 0x43008D) is known color: Indigo. HEX triplet: 43, 00 and 8D. RGB value is (67,0,141). Sum of RGB (Red+Green+Blue) = 67+0+141=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #43008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43008D is #BCFF72. Grayscale: #232323. Windows color (decimal): -12386163 or 9240643. OLE color: 9240643.

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

Color convert

RGB 67 0 141 -
CMYK 0.52 1 0 0.45
HSL 268.51º 1% 0.28% -
HSV(B) 268.51º 1% 0.55% -
XYZ 7.12 3.12 25.43 -
YUV 36.11 187.2 150.04 -
System Red Green Blue C M Y K H S L
Decimal 67 0 141 0.52 1 0 0.45 268.51 1 0.28
Hex 43 0 8D 34 64 0 2D 10D 64 1C
Octal 103 0 215 64 144 0 55 415 144 34
Binary 1000011 0 10001101 110100 1100100 0 101101 100001101 1100100 11100

Color Harmonies of #43008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43008D

Black with #43008D

Text Example


Text Example

White with #43008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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