Html Css Color HEX #43047F Indigo

📋 copy color: '#43047F'

red 67 ◦ green 4 ◦ blue 127

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

Shades of Indigo #43047F

Tints of Indigo #43047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.02%

 BLUE value IS 127 (50% from 255) = 64.14%

R = 33.84%
G = 2.02%
B = 64.14%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#43047F (or 0x43047F) is known color: Indigo. HEX triplet: 43, 04 and 7F. RGB value is (67,4,127). Sum of RGB (Red+Green+Blue) = 67+4+127=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #43047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43047F is #BCFB80. Grayscale: #242424. Windows color (decimal): -12385153 or 8324163. OLE color: 8324163.

HSL color Cylindrical-coordinate representation of color #43047F: hue angle of 270.73º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43047F is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 4 127 -
CMYK 0.47 0.97 0 0.50
HSL 270.73º 0.94% 0.26% -
HSV(B) 270.73º 0.97% 0.5% -
XYZ 6.19 2.81 20.3 -
YUV 36.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 67 4 127 0.47 0.97 0 0.50 270.73 0.94 0.26
Hex 43 4 7F 2F 61 0 32 10F 5E 1A
Octal 103 4 177 57 141 0 62 417 136 32
Binary 1000011 100 1111111 101111 1100001 0 110010 100001111 1011110 11010

Color Harmonies of #43047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43047F

Black with #43047F

Text Example


Text Example

White with #43047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,4,127); }

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

background-color css

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

 a { background-color: rgb(67,4,127); }

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

border-color css

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

 span { border-color: rgb(67,4,127); }

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