Html Css Color HEX #43018F Indigo

📋 copy color: '#43018F'

red 67 ◦ green 1 ◦ blue 143

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

Shades of Indigo #43018F

Tints of Indigo #43018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 67.77%

R = 31.75%
G = 0.47%
B = 67.77%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#43018F (or 0x43018F) is known color: Indigo. HEX triplet: 43, 01 and 8F. RGB value is (67,1,143). Sum of RGB (Red+Green+Blue) = 67+1+143=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #43018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43018F is #BCFE70. Grayscale: #242424. Windows color (decimal): -12385905 or 9371971. OLE color: 9371971.

HSL color Cylindrical-coordinate representation of color #43018F: hue angle of 267.89º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43018F is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 1 143 -
CMYK 0.53 0.99 0 0.44
HSL 267.89º 0.99% 0.28% -
HSV(B) 267.89º 0.99% 0.56% -
XYZ 7.28 3.2 26.22 -
YUV 36.92 187.87 149.45 -
System Red Green Blue C M Y K H S L
Decimal 67 1 143 0.53 0.99 0 0.44 267.89 0.99 0.28
Hex 43 1 8F 35 63 0 2C 10C 63 1C
Octal 103 1 217 65 143 0 54 414 143 34
Binary 1000011 1 10001111 110101 1100011 0 101100 100001100 1100011 11100

Color Harmonies of #43018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43018F

Black with #43018F

Text Example


Text Example

White with #43018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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