Html Css Color HEX #43019D Indigo

📋 copy color: '#43019D'

red 67 ◦ green 1 ◦ blue 157

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

Shades of Indigo #43019D

Tints of Indigo #43019D

RGB

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

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

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

R = 29.78%
G = 0.44%
B = 69.78%

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

#43019D (or 0x43019D) is known color: Indigo. HEX triplet: 43, 01 and 9D. RGB value is (67,1,157). Sum of RGB (Red+Green+Blue) = 67+1+157=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #43019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43019D is #BCFE62. Grayscale: #252525. Windows color (decimal): -12385891 or 10289475. OLE color: 10289475.

HSL color Cylindrical-coordinate representation of color #43019D: hue angle of 265.38º degrees, saturation: 0.99, 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 #43019D is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 1 157 -
CMYK 0.57 0.99 0 0.38
HSL 265.38º 0.99% 0.31% -
HSV(B) 265.38º 0.99% 0.62% -
XYZ 8.41 3.65 32.16 -
YUV 38.52 194.87 148.32 -
System Red Green Blue C M Y K H S L
Decimal 67 1 157 0.57 0.99 0 0.38 265.38 0.99 0.31
Hex 43 1 9D 39 63 0 26 109 63 1F
Octal 103 1 235 71 143 0 46 411 143 37
Binary 1000011 1 10011101 111001 1100011 0 100110 100001001 1100011 11111

Color Harmonies of #43019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43019D

Black with #43019D

Text Example


Text Example

White with #43019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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