Html Css Color HEX #43018A Indigo

📋 copy color: '#43018A'

red 67 ◦ green 1 ◦ blue 138

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

Shades of Indigo #43018A

Tints of Indigo #43018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 138 (54.3% from 255) = 66.99%

R = 32.52%
G = 0.49%
B = 66.99%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#43018A (or 0x43018A) is known color: Indigo. HEX triplet: 43, 01 and 8A. RGB value is (67,1,138). Sum of RGB (Red+Green+Blue) = 67+1+138=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #43018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43018A is #BCFE75. Grayscale: #232323. Windows color (decimal): -12385910 or 9044291. OLE color: 9044291.

HSL color Cylindrical-coordinate representation of color #43018A: hue angle of 268.91º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43018A is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 1 138 -
CMYK 0.51 0.99 0 0.46
HSL 268.91º 0.99% 0.27% -
HSV(B) 268.91º 0.99% 0.54% -
XYZ 6.91 3.05 24.27 -
YUV 36.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 67 1 138 0.51 0.99 0 0.46 268.91 0.99 0.27
Hex 43 1 8A 33 63 0 2E 10D 63 1B
Octal 103 1 212 63 143 0 56 415 143 33
Binary 1000011 1 10001010 110011 1100011 0 101110 100001101 1100011 11011

Color Harmonies of #43018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43018A

Black with #43018A

Text Example


Text Example

White with #43018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43018A; }

 p { color: rgb(67,1,138); }

 H1.HeaderClassName
 {
   color: #43018A;
 }
 .AnyTagClassName
 {
   color: #43018A;
 }
</style>

background-color css

<style>
 a { background-color: #43018A; }

 a { background-color: rgb(67,1,138); }

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

border-color css

<style>
 span { border-color: #43018A; }

 span { border-color: rgb(67,1,138); }

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