Html Css Color HEX #43019B Indigo

📋 copy color: '#43019B'

red 67 ◦ green 1 ◦ blue 155

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

Shades of Indigo #43019B

Tints of Indigo #43019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.51%

R = 30.04%
G = 0.45%
B = 69.51%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43019B (or 0x43019B) is known color: Indigo. HEX triplet: 43, 01 and 9B. RGB value is (67,1,155). Sum of RGB (Red+Green+Blue) = 67+1+155=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #43019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43019B is #BCFE64. Grayscale: #252525. Windows color (decimal): -12385893 or 10158403. OLE color: 10158403.

HSL color Cylindrical-coordinate representation of color #43019B: hue angle of 265.71º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43019B is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 1 155 -
CMYK 0.57 0.99 0 0.39
HSL 265.71º 0.99% 0.31% -
HSV(B) 265.71º 0.99% 0.61% -
XYZ 8.24 3.58 31.27 -
YUV 38.29 193.87 148.48 -
System Red Green Blue C M Y K H S L
Decimal 67 1 155 0.57 0.99 0 0.39 265.71 0.99 0.31
Hex 43 1 9B 39 63 0 27 10A 63 1F
Octal 103 1 233 71 143 0 47 412 143 37
Binary 1000011 1 10011011 111001 1100011 0 100111 100001010 1100011 11111

Color Harmonies of #43019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43019B

Black with #43019B

Text Example


Text Example

White with #43019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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